]> source.dussan.org Git - archiva.git/commitdiff
add codehaus mojo snapshot repository
authorOlivier Lamy <olamy@apache.org>
Tue, 11 Jun 2013 10:43:47 +0000 (10:43 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 11 Jun 2013 10:43:47 +0000 (10:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1491730 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 75074dc359b300aeede4e693ba02c787b112dc9c..5e48b9a1c2502021df0d36a40e5b661805f711a7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>