Fix the pom: add the tuscany repo and update the name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@787844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
870fb91f8a
commit
40ddf83655
1 changed files with 14 additions and 2 deletions
|
@ -32,8 +32,8 @@
|
|||
<version>1.0-SNAPSHOT</version>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/maven-bundle-plugin</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/maven-bundle-plugin</developerConnection>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/maven-osgi-junit-plugin</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/maven-plugins/trunk/maven-osgi-junit-plugin</developerConnection>
|
||||
<url>http://svn.apache.org/repos/asf/tuscany/</url>
|
||||
</scm>
|
||||
|
||||
|
@ -64,6 +64,18 @@
|
|||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<!-- Tuscany repository to hold artifacts that are not published in the public maven repos -->
|
||||
<repository>
|
||||
<id>tuscany.repo</id>
|
||||
<name>Tuscany Maven 2.x Repository</name>
|
||||
<url>http://svn.apache.org/repos/asf/tuscany/maven</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
|
|
Loading…
Add table
Reference in a new issue