]> source.dussan.org Git - archiva.git/commitdiff
add the distribution management we are using now
authorBrett Porter <brett@apache.org>
Wed, 13 Jan 2010 01:37:48 +0000 (01:37 +0000)
committerBrett Porter <brett@apache.org>
Wed, 13 Jan 2010 01:37:48 +0000 (01:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@898599 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 1c01ac2b862001765bba3912c923b87879bcefbc..5a7131d6645a59d569e23ed8dadd838c54619378 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       </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>