add an aggregated checkstyle report
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1341305 13f79535-47bb-0310-9956-ffa450edef68master
parent
6636839798
commit
e5f2c4746d
20
pom.xml
20
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue