Author: jdcasey
Date: Wed Jul 9 18:18:27 2008
New Revision: 675398
URL: http://svn.apache.org/viewvc?rev=675398&view=rev
Log:
Adding snapshot repos for plugin resolution.
Modified:
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/pom.xml
Modified:
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/pom.xml?rev=675398&r1=675397&r2=675398&view=diff
==============================================================================
---
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/pom.xml
(original)
+++
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng2277aggregatorPlugins/pom.xml
Wed Jul 9 18:18:27 2008
@@ -6,6 +6,23 @@
<version>1.0</version>
<name>MNG-2277</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>
+
<modules>
<module>assembly</module>
<module>test</module>