]> source.dussan.org Git - archiva.git/commitdiff
Adjust distributionManagement. Snapshot repo is inherited from ASF parent, and site...
authorWendy Smoak <wsmoak@apache.org>
Sun, 11 May 2008 05:47:54 +0000 (05:47 +0000)
committerWendy Smoak <wsmoak@apache.org>
Sun, 11 May 2008 05:47:54 +0000 (05:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@655248 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 780553cf88b1201cb917a6a08e622c727806ea76..e073c377bd44351145a7a15d73b05490b1e3d3c7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/parent</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/archiva/parent</url>
   </scm>
+
+  <distributionManagement>
+    <repository>
+      <id>archiva.staging</id>
+      <url>scp://people.apache.org/www/people.apache.org/builds/archiva/${project.version}/staging-repo</url>
+    </repository>
+  </distributionManagement>
+
+
   <properties>
     <siteBaseDeployment>scp://people.apache.org/www/archiva.apache.org</siteBaseDeployment>
 <!-- For testing
     </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>