mirror of https://github.com/apache/archiva.git
add the distribution management we are using now
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@898599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
08145a3809
commit
39039fed3d
8
pom.xml
8
pom.xml
|
@ -1185,4 +1185,12 @@
|
|||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
<!-- TODO: we need to push this into the parent, and also upgrade to the latest ASF parent POM -->
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>apache.releases</id>
|
||||
<name>Apache Release Staging Repository on VMBuild</name>
|
||||
<url>http://vmbuild.apache.org/archiva/repository/staged-archiva</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue