Author: hboutemy
Date: Sun May 12 21:46:44 2013
New Revision: 1481654
URL: http://svn.apache.org/r1481654
Log:
[MPOM-42] prepared svnpubsub documentation publication to
/plugins-archives/<artifactId>-LATEST
Modified:
maven/plugins/trunk/maven-plugins/pom.xml
Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1481654&r1=1481653&r2=1481654&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Sun May 12 21:46:44 2013
@@ -47,14 +47,14 @@ under the License.
</ciManagement>
<distributionManagement>
- <site>
+ <site><!-- to be copied in every plugin pom, since inheritance adds
unwanted artifactId -->
<id>apache.website</id>
-
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/plugins-archives</url>
+
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/plugins-archives/${maven.site.path}</url>
</site>
</distributionManagement>
<properties>
-
<maven.site.path>plugins-archives/${project.artifactId}</maven.site.path><!--
no "-LATEST" to match distributionManagement url -->
+
<maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path>
</properties>
<repositories>