You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2008/08/04 21:51:15 UTC

svn commit: r682483 - /maven/sandbox/trunk/mercury/mercury-pom/pom.xml

Author: ogusakov
Date: Mon Aug  4 12:51:15 2008
New Revision: 682483

URL: http://svn.apache.org/viewvc?rev=682483&view=rev
Log:
added distribution management to the POM in order to build/deploy it in Hudson

Modified:
    maven/sandbox/trunk/mercury/mercury-pom/pom.xml

Modified: maven/sandbox/trunk/mercury/mercury-pom/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/mercury/mercury-pom/pom.xml?rev=682483&r1=682482&r2=682483&view=diff
==============================================================================
--- maven/sandbox/trunk/mercury/mercury-pom/pom.xml (original)
+++ maven/sandbox/trunk/mercury/mercury-pom/pom.xml Mon Aug  4 12:51:15 2008
@@ -23,10 +23,25 @@
       <name>Greg Wilkins</name>
     </developer>
   </developers>
+
+  <properties>
+  	<distMgmtSnapshotsName>Plexus Central Development Repository</distMgmtSnapshotsName>
+  	<distMgmtSnapshotsUrl>dav:https://dav.codehaus.org/snapshots.repository/plexus</distMgmtSnapshotsUrl>
+  </properties>
+  
+  <distributionManagement>
+	<snapshotRepository>
+		<id>codehaus.org</id>
+		<name>${distMgmtSnapshotsName}</name>
+		<url>${distMgmtSnapshotsUrl}</url>
+	</snapshotRepository>
+  </distributionManagement>
+  
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/sandbox/trunk/mercury/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/sandbox/trunk/mercury/</developerConnection>
   </scm>
+  
  
 <profiles>
   <profile>