aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-10-18 19:59:59 +0000
committerOlivier Lamy <olamy@apache.org>2011-10-18 19:59:59 +0000
commit012628c13770130bce6548540fb3fb9ee9eb99e1 (patch)
treeae3ef99b3fcb1e50b991a872177060638c7b0a71 /pom.xml
parent48acf34d593173ed5acadca8d99b0c36dba9d006 (diff)
downloadarchiva-012628c13770130bce6548540fb3fb9ee9eb99e1.tar.gz
archiva-012628c13770130bce6548540fb3fb9ee9eb99e1.zip
add old snapshots repo on p.a.o where are deploy tomcat artifacts
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1185821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 223605695..b3e449e09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
<!--