Author: brett
Date: Sun Mar 4 12:01:49 2007
New Revision: 514463
URL: http://svn.apache.org/viewvc?view=rev&rev=514463
Log:
add codehaus snapshot repo since plexus-utils was added
Modified:
maven/surefire/trunk/pom.xml
Modified: maven/surefire/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?view=diff&rev=514463&r1=514462&r2=514463
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Sun Mar 4 12:01:49 2007
@@ -180,4 +180,14 @@
</build>
</profile>
</profiles>
+ <repositories>
+ <repository>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <id>codehaus.snapshots</id>
+ <name>Codehaus Snapshot Development Repository</name>
+ <url>http://snapshots.repository.codehaus.org</url>
+ </repository>
+ </repositories>
</project>