Author: brett
Date: Tue Mar 20 14:09:18 2012
New Revision: 1302907
URL: http://svn.apache.org/viewvc?rev=1302907&view=rev
Log:
add snapshot repositories so the ITs should build when they are downloaded
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml?rev=1302907&r1=1302906&r2=1302907&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml
Tue Mar 20 14:09:18 2012
@@ -177,4 +177,24 @@
</properties>
</profile>
</profiles>
+ <!-- Required to build where it was built in a different local repository,
but
+ still assumes you're going to use a repository manager to mirror it -->
+ <repositories>
+ <repository>
+ <id>npanday.snapshots</id>
+ <url>http://repo1.maven.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>npanday.snapshots</id>
+ <url>http://repo1.maven.org/maven2</url>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
</project>