You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2012/10/01 21:30:57 UTC

svn commit: r1392546 - /commons/sandbox/nabla/trunk/pom.xml

Author: luc
Date: Mon Oct  1 19:30:56 2012
New Revision: 1392546

URL: http://svn.apache.org/viewvc?rev=1392546&view=rev
Log:
Add workaround for duplicated generation of checkstyle report.

Modified:
    commons/sandbox/nabla/trunk/pom.xml

Modified: commons/sandbox/nabla/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/pom.xml?rev=1392546&r1=1392545&r2=1392546&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/pom.xml (original)
+++ commons/sandbox/nabla/trunk/pom.xml Mon Oct  1 19:30:56 2012
@@ -160,6 +160,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</report>
+                          </reports>
+                      </reportSet>
+                  </reportSets>
+                <!-- end workround -->
                 <configuration>
                     <configLocation>${basedir}/checkstyle.xml</configLocation>
                     <enableRulesSummary>false</enableRulesSummary>