]> source.dussan.org Git - archiva.git/commitdiff
add snapshot repo for last --p-u
authorOlivier Lamy <olamy@apache.org>
Sat, 15 Sep 2012 21:28:57 +0000 (21:28 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 15 Sep 2012 21:28:57 +0000 (21:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1385185 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

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