You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/06/28 00:08:45 UTC

svn commit: r1140345 - /maven/pom/trunk/asf/site-pom.xml

Author: hboutemy
Date: Mon Jun 27 22:08:45 2011
New Revision: 1140345

URL: http://svn.apache.org/viewvc?rev=1140345&view=rev
Log:
added distributionManagement section

Modified:
    maven/pom/trunk/asf/site-pom.xml

Modified: maven/pom/trunk/asf/site-pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/site-pom.xml?rev=1140345&r1=1140344&r2=1140345&view=diff
==============================================================================
--- maven/pom/trunk/asf/site-pom.xml (original)
+++ maven/pom/trunk/asf/site-pom.xml Mon Jun 27 22:08:45 2011
@@ -49,6 +49,12 @@ under the License.
     <system>Jenkins</system>
     <url>https://builds.apache.org//view/M-R/view/Maven/job/ASF%20Parent%20Pom/</url>
   </ciManagement>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/pom/asf/</url>
+    </site>
+  </distributionManagement>
 
   <build>
     <plugins>