Adding repository definition to allow retrieving the parent pom in a clean repo build

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672056 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
lresende 2008-06-26 23:20:48 +00:00
parent 68d9ec0ce3
commit f85434a29c
2 changed files with 24 additions and 0 deletions

View file

@ -43,6 +43,18 @@
<id>apache.incubator</id>
<url>http://people.apache.org/repo/m2-incubating-repository</url>
</repository>
<!-- Apache SNAPSHOT repository for unreleased artifacts -->
<repository>
<id>apache.snapshots</id>
<name>Apache SNAPSHOT Repository</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>apache.ws.zone</id>
<name>Apache WS Zone Repository</name>

View file

@ -44,6 +44,18 @@
<enabled>false</enabled>
</snapshots>
</repository>
<!-- Apache SNAPSHOT repository for unreleased artifacts -->
<repository>
<id>apache.snapshots</id>
<name>Apache SNAPSHOT Repository</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<build>