You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2012/12/17 13:14:24 UTC

svn commit: r1422891 - /commons/proper/commons-parent/trunk/pom.xml

Author: olamy
Date: Mon Dec 17 12:14:23 2012
New Revision: 1422891

URL: http://svn.apache.org/viewvc?rev=1422891&view=rev
Log:
use some properties here

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1422891&r1=1422890&r2=1422891&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Dec 17 12:14:23 2012
@@ -476,8 +476,8 @@ http://svn.apache.org/repos/asf/commons/
         <version>1.0-beta-2</version>
         <configuration>
           <content>${project.reporting.outputDirectory}</content>
-          <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/commons/cms-site/trunk/${maven.site.path}</pubScmUrl>
-          <checkoutDirectory>${commons.site.cache}/${commons.site.path}</checkoutDirectory>
+          <pubScmUrl>scm:svn:${commons.scmPubUrl}</pubScmUrl>
+          <checkoutDirectory>${commons.scmPubCheckoutDirectory}</checkoutDirectory>
           <tryUpdate>true</tryUpdate>
         </configuration>
         <executions>
@@ -1228,6 +1228,9 @@ http://svn.apache.org/repos/asf/commons/
     <!-- value modules can override it -->
     <commons.site.path>${project.artifactId}</commons.site.path>
 
+    <commons.scmPubUrl>https://svn.apache.org/repos/asf/commons/cms-site/trunk/${commons.site.path}</commons.scmPubUrl>
+    <commons.scmPubCheckoutDirectory>${commons.site.cache}/${commons.site.path}</commons.scmPubCheckoutDirectory>
+
   </properties>
 
 </project>