add an aggregated checkstyle report

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1341305 13f79535-47bb-0310-9956-ffa450edef68
master
Olivier Lamy 2012-05-22 05:00:15 +00:00
parent 6636839798
commit e5f2c4746d
1 changed files with 20 additions and 0 deletions

20
pom.xml
View File

@ -414,6 +414,26 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.9.1</version>
<reportSets>
<reportSet>
<id>non-aggregate</id>
<reports>
<report>checkstyle</report>
</reports>
</reportSet>
<reportSet>
<id>aggregate</id>
<inherited>false</inherited>
<reports>
<report>checkstyle-aggregate</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</profile>