mirror of https://github.com/apache/archiva.git
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
This commit is contained in:
parent
48acf34d59
commit
012628c137
23
pom.xml
23
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>
|
||||
<!--
|
||||
|
|
Loading…
Reference in New Issue