You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/07/17 23:24:50 UTC

svn commit: r677732 - /maven/artifact/trunk/pom.xml

Author: jdcasey
Date: Thu Jul 17 14:24:49 2008
New Revision: 677732

URL: http://svn.apache.org/viewvc?rev=677732&view=rev
Log:
Adding distributionManagement section to allow staging of the site docs separately from the main maven reference, since this project is separated from the core now.

Modified:
    maven/artifact/trunk/pom.xml

Modified: maven/artifact/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/artifact/trunk/pom.xml?rev=677732&r1=677731&r2=677732&view=diff
==============================================================================
--- maven/artifact/trunk/pom.xml (original)
+++ maven/artifact/trunk/pom.xml Thu Jul 17 14:24:49 2008
@@ -33,6 +33,12 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/artifact/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/maven/artifact/trunk</url>
   </scm>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/ref/${project.artifactId}-${project.version}/</url>
+    </site>
+  </distributionManagement>
   <contributors>
     <contributor>
       <name>Oleg Gusakov</name>