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

svn commit: r1533787 - /commons/proper/lang/trunk/pom.xml

Author: bayard
Date: Sat Oct 19 17:10:57 2013
New Revision: 1533787

URL: http://svn.apache.org/r1533787
Log:
Adding checkstyle reportset so we don't get the aggregate report. 

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

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1533787&r1=1533786&r2=1533787&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sat Oct 19 17:10:57 2013
@@ -574,6 +574,13 @@
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>
         </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>checkstyle</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
       <!-- Requires setting 'export MAVEN_OPTS="-Xmx512m" ' -->
       <plugin>