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 2013/09/24 07:50:32 UTC

svn commit: r1525794 - /maven/plugins/trunk/maven-deploy-plugin/pom.xml

Author: hboutemy
Date: Tue Sep 24 05:50:32 2013
New Revision: 1525794

URL: http://svn.apache.org/r1525794
Log:
prepare reference documentation publication to /plugins-archives/maven-deploy-plugin-LATEST

Modified:
    maven/plugins/trunk/maven-deploy-plugin/pom.xml

Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=1525794&r1=1525793&r2=1525794&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Tue Sep 24 05:50:32 2013
@@ -50,10 +50,17 @@ under the License.
     <system>JIRA</system>
     <url>http://jira.codehaus.org/browse/MDEPLOY</url>
   </issueManagement>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url>
+    </site>
+  </distributionManagement>
 
   <properties>
     <mavenVersion>2.0.6</mavenVersion>
     <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
+    <maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path>
   </properties>
 
   <dependencies>