Better comments and reuse the commons.componentid property.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk@1832339 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index be876f1..d97d15d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>