o Added new snapshot repo for IT plugins to bootstrap (repo URL according to deployment location of https://grid.sonatype.org/ci/job/maven-core-integration-testing)

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@726994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-12-16 09:04:39 +00:00
parent 9b64c038d5
commit e86b54c706
1 changed files with 22 additions and 0 deletions

View File

@ -37,6 +37,17 @@ under the License.
<!-- TODO: Remove once IT support plugins/artifacts have been released -->
<repositories>
<repository>
<id>maven.it</id>
<name>Apache Maven Integration Testing Snapshot Repository</name>
<url>http://repository.sonatype.org/content/repositories/maven.snapshots</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
@ -50,6 +61,17 @@ under the License.
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>maven.it</id>
<name>Apache Maven Integration Testing Snapshot Repository</name>
<url>http://repository.sonatype.org/content/repositories/maven.snapshots</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>