You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/11/16 12:26:07 UTC

svn commit: r1202641 - /maven/wagon/trunk/pom.xml

Author: olamy
Date: Wed Nov 16 11:26:07 2011
New Revision: 1202641

URL: http://svn.apache.org/viewvc?rev=1202641&view=rev
Log:
use aggregated checktyle report

Modified:
    maven/wagon/trunk/pom.xml

Modified: maven/wagon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/pom.xml?rev=1202641&r1=1202640&r2=1202641&view=diff
==============================================================================
--- maven/wagon/trunk/pom.xml (original)
+++ maven/wagon/trunk/pom.xml Wed Nov 16 11:26:07 2011
@@ -439,6 +439,18 @@ under the License.
           <aggregate>true</aggregate>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.8</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>checkstyle-aggregate</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
     </plugins>
   </reporting>