Author: bentmann
Date: Tue Dec 16 01:04:39 2008
New Revision: 726994
URL: http://svn.apache.org/viewvc?rev=726994&view=rev
Log:
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)
Modified:
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml
Modified:
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml?rev=726994&r1=726993&r2=726994&view=diff
==============================================================================
---
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml
(original)
+++
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml
Tue Dec 16 01:04:39 2008
@@ -38,6 +38,17 @@
<!-- 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>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
@@ -51,6 +62,17 @@
</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>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>