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 2010/09/04 10:29:47 UTC

svn commit: r992559 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Author: olamy
Date: Sat Sep  4 08:29:46 2010
New Revision: 992559

URL: http://svn.apache.org/viewvc?rev=992559&view=rev
Log:
configure site deployment url with version at the end

Modified:
    maven/plugins/branches/maven-site-plugin-3.x/pom.xml

Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-site-plugin-3.x/pom.xml?rev=992559&r1=992558&r2=992559&view=diff
==============================================================================
--- maven/plugins/branches/maven-site-plugin-3.x/pom.xml (original)
+++ maven/plugins/branches/maven-site-plugin-3.x/pom.xml Sat Sep  4 08:29:46 2010
@@ -642,4 +642,11 @@ under the License.
     </profile>
   </profiles>
 
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/plugins/maven-site-plugin-${project.version}</url>
+    </site>
+  </distributionManagement>
+
 </project>