You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/12/13 09:50:27 UTC

svn commit: r1213602 - /maven/wagon/trunk/pom.xml

Author: olamy
Date: Tue Dec 13 08:50:27 2011
New Revision: 1213602

URL: http://svn.apache.org/viewvc?rev=1213602&view=rev
Log:
move siteUrl and siteDeployUrl to properties to ease test site staging

Modified:
    maven/wagon/trunk/pom.xml

Modified: maven/wagon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/pom.xml?rev=1213602&r1=1213601&r2=1213602&view=diff
==============================================================================
--- maven/wagon/trunk/pom.xml (original)
+++ maven/wagon/trunk/pom.xml Tue Dec 13 08:50:27 2011
@@ -34,9 +34,15 @@ under the License.
 
   <name>Apache Maven Wagon</name>
   <description>Tools to manage artifacts and deployment</description>
-  <url>http://maven.apache.org/wagon</url>
+  <url>${siteUrl}</url>
   <inceptionYear>2003</inceptionYear>
 
+  <properties>
+    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/wagon/</siteDeployUrl>
+    <siteUrl>http://maven.apache.org/wagon/</siteUrl>
+    <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
+  </properties>
+
   <contributors>
     <contributor>
       <name>James William Dumay</name>
@@ -180,6 +186,12 @@ under the License.
     <url>https://builds.apache.org/job/maven-wagon/</url>
   </ciManagement>
 
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>${siteDeployUrl}</url>
+    </site>
+  </distributionManagement>
 
   <modules>
     <module>wagon-provider-api</module>
@@ -188,9 +200,7 @@ under the License.
     <module>wagon-tcks</module>
   </modules>
 
-  <properties>
-    <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
-  </properties>
+
 
   <dependencies>
     <dependency>