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/04/14 09:25:56 UTC

svn commit: r1467736 - /maven/shared/trunk/maven-reporting-exec/pom.xml

Author: hboutemy
Date: Sun Apr 14 07:25:56 2013
New Revision: 1467736

URL: http://svn.apache.org/r1467736
Log:
publish documentation into shared-archives/maven-reporting-exec-LATEST

Modified:
    maven/shared/trunk/maven-reporting-exec/pom.xml

Modified: maven/shared/trunk/maven-reporting-exec/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-exec/pom.xml?rev=1467736&r1=1467735&r2=1467736&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-exec/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-exec/pom.xml Sun Apr 14 07:25:56 2013
@@ -43,10 +43,17 @@
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MSHARED/component/14716</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>3.0</mavenVersion>
     <plexusVersion>1.5.4</plexusVersion>
+    <maven.site.path>shared-archives/maven-reporting-exec-LATEST</maven.site.path>
   </properties>
 
   <dependencies>