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 09:48:12 UTC

svn commit: r1300005 - /commons/proper/collections/trunk/pom.xml

Author: sebb
Date: Tue Mar 13 08:48:12 2012
New Revision: 1300005

URL: http://svn.apache.org/viewvc?rev=1300005&view=rev
Log:
Update plugin versions; allow checkstyle to be run interactively

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1300005&r1=1300004&r2=1300005&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Tue Mar 13 08:48:12 2012
@@ -393,6 +393,7 @@
     <commons.jira.pid>12310465</commons.jira.pid>
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC2</commons.rc.version>
+    <checkstyle.version>2.7</checkstyle.version>
   </properties> 
 
 
@@ -455,6 +456,14 @@
             </archive>
           </configuration>
         </plugin>
+      <plugin>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>${checkstyle.version}</version>
+        <configuration>
+          <configLocation>${basedir}/checkstyle.xml</configLocation>
+          <enableRulesSummary>false</enableRulesSummary>
+        </configuration>
+      </plugin>
       </plugins>
     </build>
 
@@ -462,7 +471,7 @@
     <plugins>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.1</version>
+        <version>${checkstyle.version}</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
@@ -483,11 +492,11 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.2</version>
+        <version>2.5.1</version>
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.5</version>
         <configuration>
           <targetJdk>${maven.compile.target}</targetJdk>  
         </configuration>