]> source.dussan.org Git - archiva.git/commitdiff
add old snapshots repo on p.a.o where are deploy tomcat artifacts
authorOlivier Lamy <olamy@apache.org>
Tue, 18 Oct 2011 19:59:59 +0000 (19:59 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 18 Oct 2011 19:59:59 +0000 (19:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185821 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 223605695eba3ac81b8f53a846a08306462720ba..b3e449e09a357a1bafc70e56387df55734de9d2f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <enabled>true</enabled>
           </snapshots>
         </repository>
+        <repository>
+          <id>p.apache.snapshots</id>
+          <name>Old Apache Snapshots</name>
+          <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </repository>
+
       </repositories>
       <pluginRepositories>
         <pluginRepository>
             <enabled>true</enabled>
           </snapshots>
         </pluginRepository>
+        <pluginRepository>
+          <id>p.apache.snapshots</id>
+          <name>Old Apache Snapshots</name>
+          <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </pluginRepository>
       </pluginRepositories>
     </profile>
     <!--