mirror of https://github.com/apache/archiva.git
added codehaus repository
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@806812 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
858712d13a
commit
f94f2745b6
11
pom.xml
11
pom.xml
|
@ -1208,5 +1208,16 @@
|
||||||
<name>Codehaus Snapshots Repository</name>
|
<name>Codehaus Snapshots Repository</name>
|
||||||
<url>http://snapshots.repository.codehaus.org</url>
|
<url>http://snapshots.repository.codehaus.org</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
<id>codehaus.org</id>
|
||||||
|
<url>http://repository.codehaus.org/</url>
|
||||||
|
<name>Codehaus Repository</name>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue