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 2014/09/02 18:00:31 UTC

svn commit: r1622042 - /commons/proper/pool/trunk/pom.xml

Author: ggregory
Date: Tue Sep  2 16:00:31 2014
New Revision: 1622042

URL: http://svn.apache.org/r1622042
Log:
Update maven-checkstyle-plugin to 2.12.1 from 2.9.1 which fixes [MCHECKSTYLE-172]: Checkstyle Plugin 2.8+ generates an additional aggregate report.

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

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1622042&r1=1622041&r2=1622042&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Tue Sep  2 16:00:31 2014
@@ -228,17 +228,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>2.9.1</version>
-          <!-- workround for MCHECKSTYLE-172 -->
-          <inherited>false</inherited>
-          <reportSets>
-            <reportSet>
-              <reports>
-                <report>checkstyle</report>
-              </reports>
-            </reportSet>
-          </reportSets>
-          <!-- end workround -->
+          <version>2.12.1</version>
           <configuration>
             <configLocation>${basedir}/checkstyle.xml</configLocation>
             <enableRulesSummary>false</enableRulesSummary>