You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/05/27 16:30:45 UTC

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

Author: ggregory
Date: Sun May 27 16:30:45 2018
New Revision: 1832339

URL: http://svn.apache.org/viewvc?rev=1832339&view=rev
Log:
Better comments and reuse the commons.componentid property.

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=1832339&r1=1832338&r2=1832339&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun May 27 16:30:45 2018
@@ -1843,9 +1843,11 @@
     <commons.jacoco.haltOnFailure>false</commons.jacoco.haltOnFailure>
 
     <!-- The Commons Component id is used on the distribution server, for example:
-         - use dbcp instead of dbcp2 
-         - use collections instead of collections4
-         - use lang instead of lang3 
+         - Use dbcp instead of dbcp2. 
+         - Use collections instead of collections4.
+         - Use lang instead of lang3. 
+         - Use pool instead of pool2.
+         - and so on... 
     -->
     <commons.componentid>${project.artifactId}</commons.componentid>
     
@@ -1906,19 +1908,24 @@
     <!-- scm publish plugin configuration -->
     <commons.site.cache>${user.home}/commons-sites</commons.site.cache>
     <!-- value modules can override it -->
-    <commons.site.path>${project.artifactId}</commons.site.path>
+    <commons.site.path>${commons.componentid}</commons.site.path>
 
-    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl>
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.componentid}</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>${commons.site.cache}/${commons.site.path}</commons.scmPubCheckoutDirectory>
     <commons.scmPubServer>commons.site</commons.scmPubServer>
-
+    
     <!-- allow japicmp's breakBuildOnBinaryIncompatibleModifications
       to be overridden, plugin's default is false -->
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>true</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
     <commons.japicmp.ignoreMissingClasses>false</commons.japicmp.ignoreMissingClasses>    
 
+    <!-- Commons Release plugin -->
+    <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>    
+
+    <!-- Release Manager -->
     <commons.releaseManagerName>${user.name}</commons.releaseManagerName>
     <commons.releaseManagerKey>DEADBEEF</commons.releaseManagerKey>
+    
     <sonar.host.url>https://analysis.apache.org/</sonar.host.url>
 
   </properties>