Author: hboutemy
Date: Sun Apr 13 10:05:23 2014
New Revision: 1586949
URL: http://svn.apache.org/r1586949
Log:
avoid copy/paste: use property
Modified:
maven/enforcer/trunk/pom.xml
Modified: maven/enforcer/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=1586949&r1=1586948&r2=1586949&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Sun Apr 13 10:05:23 2014
@@ -248,7 +248,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
-
<topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/enforcer-archives/enforcer-LATEST</topSiteURL>
+
<topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</topSiteURL>
</configuration>
</plugin>
</plugins>