mirror of https://github.com/apache/archiva.git
add our releases repo
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1389762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
611fdab0da
commit
8e19128cad
10
pom.xml
10
pom.xml
|
@ -1890,6 +1890,16 @@
|
|||
</profiles>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>archiva-repository.releases</id>
|
||||
<url>https://archiva-repository.apache.org/archiva/repository/archiva-releases/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>archiva.snapshots</id>
|
||||
<name>Archiva VM Snapshots Repository</name>
|
||||
|
|
Loading…
Reference in New Issue