declared apache.snapshots repository like in ASF pom for use when parent is SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1144751 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Herve Boutemy 2011-07-09 21:28:43 +00:00
parent 6d1a51bb79
commit 7328ba4e85
1 changed files with 10 additions and 17 deletions

View File

@ -51,21 +51,14 @@ under the License.
<url>https://builds.apache.org/hudson/view/M-R/view/Maven/job/core-integration-testing-maven-3-trunk/</url>
</ciManagement>
<profiles>
<profile>
<id>apache.shapshots</id>
<repositories>
<repository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/content/groups/snapshots-group/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
<repositories>
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
</project>