You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/03/13 19:48:58 UTC

svn commit: r1300286 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

Author: sebb
Date: Tue Mar 13 18:48:58 2012
New Revision: 1300286

URL: http://svn.apache.org/viewvc?rev=1300286&view=rev
Log:
Add RAT to pluginManagement

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

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1300286&r1=1300285&r2=1300286&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Mar 13 18:48:58 2012
@@ -38,7 +38,7 @@
 Version 25:
   Updated various plugin versions:
     clirr-maven-plugin: 2.3 => 2.4; 
-    clirr added to pluginManagement so can override the version from Apache POM          
+    clirr & RAT added to pluginManagement so can override the version from Apache POM          
 
 For full details see:
 http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-25/RELEASE-NOTES.txt
@@ -229,6 +229,7 @@ http://svn.apache.org/repos/asf/commons/
           <artifactId>maven-deploy-plugin</artifactId>
           <version>2.7</version>
         </plugin>
+        <!-- Apache parent includes docck and enforcer -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-gpg-plugin</artifactId>
@@ -239,6 +240,7 @@ http://svn.apache.org/repos/asf/commons/
           <artifactId>maven-install-plugin</artifactId>
           <version>2.3.1</version>
         </plugin>
+        <!-- Apache parent: invoker -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
@@ -290,6 +292,7 @@ http://svn.apache.org/repos/asf/commons/
           <artifactId>maven-resources-plugin</artifactId>
           <version>2.5</version>
         </plugin>
+        <!-- Apache parent: scm -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
@@ -329,6 +332,11 @@ http://svn.apache.org/repos/asf/commons/
           <inherited>true</inherited>
         </plugin>
         <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <version>${commons.rat.version}</version>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>buildnumber-maven-plugin</artifactId>
           <version>1.0</version>
@@ -341,6 +349,7 @@ http://svn.apache.org/repos/asf/commons/
             <minSeverity>${minSeverity}</minSeverity>
           </configuration>
         </plugin>
+        <!-- Apache parent: plexus & modello -->
       </plugins>
     </pluginManagement>
     <plugins>

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1300286&r1=1300285&r2=1300286&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Tue Mar 13 18:48:58 2012
@@ -60,7 +60,7 @@ The <action> type attribute can be add,u
             <action type="update">
             Updated various plugin versions:
             clirr-maven-plugin: 2.3 => 2.4   
-            clirr added to pluginManagement so can override the version from Apache POM          
+            clirr & RAT added to pluginManagement so can override the version from Apache POM          
             </action>
         </release>
         <release version="24" date="2012-03-13" description="Update and add plugins">