Author: brett
Date: Tue Dec 6 12:14:28 2011
New Revision: 1210882
URL: http://svn.apache.org/viewvc?rev=1210882&view=rev
Log:
add repository until a better example can be constructed
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_140_ConflictingExtensionsTest/pom.xml
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_140_ConflictingExtensionsTest/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_140_ConflictingExtensionsTest/pom.xml?rev=1210882&r1=1210881&r2=1210882&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_140_ConflictingExtensionsTest/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_140_ConflictingExtensionsTest/pom.xml
Tue Dec 6 12:14:28 2011
@@ -61,4 +61,22 @@ under the License.
</dependency>
</dependencies>
</dependencyManagement>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>servebox</id>
+ <url>http://maven.servebox.org/repository</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
+ <repositories>
+ <repository>
+ <id>servebox</id>
+ <url>http://maven.servebox.org/repository</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
</project>