Author: jstrachan
Date: Tue Jun 20 09:50:45 2006
New Revision: 415729
URL: http://svn.apache.org/viewvc?rev=415729&view=rev
Log:
added plugin repo for latest surefire plugin
Modified:
incubator/activemq/trunk/pom.xml
Modified: incubator/activemq/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/pom.xml?rev=415729&r1=415728&r2=415729&view=diff
==============================================================================
--- incubator/activemq/trunk/pom.xml (original)
+++ incubator/activemq/trunk/pom.xml Tue Jun 20 09:50:45 2006
@@ -100,6 +100,11 @@
<!-- temporary solution until codehaus to ibiblio rsync working again -->
<url>http://www.mortbay.org/maven2/release</url>
</pluginRepository>
+ <pluginRepository>
+ <id>apache-snapshots</id>
+ <name>Snapshot repository</name>
+ <url>http://people.apache.org/maven-snapshot-repository/</url>
+ </pluginRepository>
</pluginRepositories>