You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ws...@apache.org on 2008/05/11 07:47:54 UTC

svn commit: r655248 - /archiva/parent/pom.xml

Author: wsmoak
Date: Sat May 10 22:47:54 2008
New Revision: 655248

URL: http://svn.apache.org/viewvc?rev=655248&view=rev
Log:
Adjust distributionManagement.  Snapshot repo is inherited from ASF parent, and site shouldn't be here to avoid overwriting the website during a release.

Modified:
    archiva/parent/pom.xml

Modified: archiva/parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/parent/pom.xml?rev=655248&r1=655247&r2=655248&view=diff
==============================================================================
--- archiva/parent/pom.xml (original)
+++ archiva/parent/pom.xml Sat May 10 22:47:54 2008
@@ -93,6 +93,15 @@
     <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
@@ -366,20 +375,5 @@
     </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>