summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2010-01-13 01:37:48 +0000
committerBrett Porter <brett@apache.org>2010-01-13 01:37:48 +0000
commit39039fed3d7d467b9e50137b1affbc4ef2e9e94d (patch)
treec63586761911a017193b272746ff124701789017
parent08145a380959e00353347885e6dc0b96ae52a5cf (diff)
downloadarchiva-39039fed3d7d467b9e50137b1affbc4ef2e9e94d.tar.gz
archiva-39039fed3d7d467b9e50137b1affbc4ef2e9e94d.zip
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
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1c01ac2b8..5a7131d66 100644
--- a/pom.xml
+++ b/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>