You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/01/29 12:53:49 UTC

svn commit: r1439845 - /commons/proper/cli/trunk/pom.xml

Author: tn
Date: Tue Jan 29 11:53:48 2013
New Revision: 1439845

URL: http://svn.apache.org/viewvc?rev=1439845&view=rev
Log:
Disable checkstyle aggregate results in site generation.

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

Modified: commons/proper/cli/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1439845&r1=1439844&r2=1439845&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Tue Jan 29 11:53:48 2013
@@ -221,6 +221,13 @@
           <enableRulesSummary>false</enableRulesSummary>
           <headerLocation>${basedir}/src/conf/HEADER.txt</headerLocation>
         </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>checkstyle</report>
+            </reports>
+          </reportSet>
+        </reportSets>         
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>