You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/06/11 12:43:47 UTC

svn commit: r1491730 - /archiva/trunk/pom.xml

Author: olamy
Date: Tue Jun 11 10:43:47 2013
New Revision: 1491730

URL: http://svn.apache.org/r1491730
Log:
add codehaus mojo snapshot repository

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1491730&r1=1491729&r2=1491730&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Tue Jun 11 10:43:47 2013
@@ -1879,6 +1879,17 @@
         <enabled>true</enabled>
       </snapshots>
     </pluginRepository>
+    <pluginRepository>
+      <id>mojo.snapshots</id>
+      <name>Codehaus Mojo Snapshots</name>
+      <url>https://nexus.codehaus.org/content/repositories/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
   </pluginRepositories>
 
 </project>