Author: olamy
Date: Tue Oct 18 19:59:59 2011
New Revision: 1185821
URL: http://svn.apache.org/viewvc?rev=1185821&view=rev
Log:
add old snapshots repo on p.a.o where are deploy tomcat artifacts
Modified:
archiva/trunk/pom.xml
Modified: archiva/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1185821&r1=1185820&r2=1185821&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Tue Oct 18 19:59:59 2011
@@ -1680,6 +1680,18 @@
<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>
@@ -1693,6 +1705,17 @@
<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>
<!--