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/04/14 02:11:32 UTC

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

Author: sebb
Date: Sat Apr 14 00:11:31 2012
New Revision: 1326027

URL: http://svn.apache.org/viewvc?rev=1326027&view=rev
Log:
Work-round to skip useless checkstyle 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=1326027&r1=1326026&r2=1326027&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Sat Apr 14 00:11:31 2012
@@ -198,6 +198,16 @@
           <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-aggregate</report>
+              </reports>
+            </reportSet>
+          </reportSets>
+          <!-- end workround -->
           <configuration>
             <configLocation>${basedir}/checkstyle.xml</configLocation>
             <enableRulesSummary>false</enableRulesSummary>