Author: mbenson
Date: Wed Sep 25 17:46:32 2013
New Revision: 1526241
URL: http://svn.apache.org/r1526241
Log:
site settings
Modified:
commons/proper/weaver/trunk/pom.xml
Modified: commons/proper/weaver/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/weaver/trunk/pom.xml?rev=1526241&r1=1526240&r2=1526241&view=diff
==============================================================================
--- commons/proper/weaver/trunk/pom.xml (original)
+++ commons/proper/weaver/trunk/pom.xml Wed Sep 25 17:46:32 2013
@@ -52,8 +52,9 @@ under the License.
<commons.rc.version>RC1</commons.rc.version>
<!--commons.jira.id>WEAVER</commons.jira.id>
<commons.jira.pid>666</commons.jira.pid-->
+ <commons.site.path>commons-weaver</commons.site.path>
<asm.version>4.1</asm.version>
-
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-weaver</commons.scmPubUrl>
+
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl>
<commons.project-info.version>2.6</commons.project-info.version>
</properties>
@@ -199,7 +200,7 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
<configuration>
-
<content>${project.build.directory}/staging/${commons.componentid}</content>
+
<content>${project.build.directory}/staging/${commons.site.path}</content>
</configuration>
</plugin>
</plugins>