]> source.dussan.org Git - archiva.git/commitdiff
fix the build until p-u release
authorOlivier Lamy <olamy@apache.org>
Sun, 16 Sep 2012 12:44:36 +0000 (12:44 +0000)
committerOlivier Lamy <olamy@apache.org>
Sun, 16 Sep 2012 12:44:36 +0000 (12:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1385254 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 54875fe37409980eb19ae66e577feb27b045f633..953c0c0c63d37e0cf92f6aa847337153db237583 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       </snapshots>
     </repository>
   </repositories>
+  <pluginRepositories>
+    <pluginRepository>
+      <id>plexus.snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+  </pluginRepositories>
 
 </project>