]> source.dussan.org Git - archiva.git/commitdiff
Adding distributionManagement
authorJames William Dumay <jdumay@apache.org>
Sun, 11 May 2008 05:42:36 +0000 (05:42 +0000)
committerJames William Dumay <jdumay@apache.org>
Sun, 11 May 2008 05:42:36 +0000 (05:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@655247 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 11bf9b81d0627030971e9f84792416a309f13426..780553cf88b1201cb917a6a08e622c727806ea76 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </contributor>
   </contributors>
 
+  <distributionManagement>
+    <repository>
+      <id>archiva.staging</id>
+      <url>scp://people.apache.org/www/people.apache.org/builds/archiva/${project.version}/staging-repo</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots</id>
+      <url>scp://people.apache.org/www/archiva.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/archiva.apache.org</url>
+    </site>
+  </distributionManagement>
+
 </project>