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 2012/04/12 17:27:20 UTC

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

Author: olamy
Date: Thu Apr 12 15:27:20 2012
New Revision: 1325322

URL: http://svn.apache.org/viewvc?rev=1325322&view=rev
Log:
add archiva-repository.a.o in pluginRepository section for modello plugin download

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1325322&r1=1325321&r2=1325322&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Thu Apr 12 15:27:20 2012
@@ -1940,6 +1940,17 @@
   </repositories>
   <pluginRepositories>
     <pluginRepository>
+      <id>archiva.snapshots</id>
+      <name>Archiva VM Snapshots Repository</name>
+      <url>https://archiva-repository.apache.org/archiva/repository/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+    <pluginRepository>
       <id>apache.snapshots</id>
       <name>Apache Snapshots</name>
       <url>https://repository.apache.org/content/groups/snapshots/</url>