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>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</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>
|
</repositories>
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
|
@ -1693,6 +1705,17 @@
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</pluginRepository>
|
</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>
|
</pluginRepositories>
|
||||||
</profile>
|
</profile>
|
||||||
<!--
|
<!--
|
||||||
|
|
Loading…
Reference in New Issue