Author: jdcasey
Date: Wed Jul 9 18:10:41 2008
New Revision: 675395
URL: http://svn.apache.org/viewvc?rev=675395&view=rev
Log:
Adding repositories for tests that use it plugins that are in snapshot versions.
Modified:
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-2562-timestamp/pom.xml
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3535-selfReferentialProperties/pom.xml
Modified:
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-2562-timestamp/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-2562-timestamp/pom.xml?rev=675395&r1=675394&r2=675395&view=diff
==============================================================================
---
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-2562-timestamp/pom.xml
(original)
+++
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-2562-timestamp/pom.xml
Wed Jul 9 18:10:41 2008
@@ -25,6 +25,24 @@
<packaging>pom</packaging>
<version>1.0</version>
<name>Apache Maven: mng-2562-timestamp</name>
+
+ <repositories>
+ <repository>
+ <id>test-plugins</id>
+ <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+ <releases><enabled>false</enabled></releases>
+ <snapshots><enabled>true</enabled></snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>test-plugins</id>
+ <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+ <releases><enabled>false</enabled></releases>
+ <snapshots><enabled>true</enabled></snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
<build>
<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>
<plugins>
Modified:
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3535-selfReferentialProperties/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3535-selfReferentialProperties/pom.xml?rev=675395&r1=675394&r2=675395&view=diff
==============================================================================
---
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3535-selfReferentialProperties/pom.xml
(original)
+++
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-3535-selfReferentialProperties/pom.xml
Wed Jul 9 18:10:41 2008
@@ -25,6 +25,24 @@
<packaging>pom</packaging>
<version>1.0</version>
<name>Apache Maven: mng3535-selfReferentialProperties</name>
+
+ <repositories>
+ <repository>
+ <id>test-plugins</id>
+ <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+ <releases><enabled>false</enabled></releases>
+ <snapshots><enabled>true</enabled></snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>test-plugins</id>
+ <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+ <releases><enabled>false</enabled></releases>
+ <snapshots><enabled>true</enabled></snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+
<build>
<plugins>
<plugin>