Skip to content

Commit 582c15e

Browse files
committed
Disable checkstyle aggregate results in site generation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1439845 13f79535-47bb-0310-9956-ffa450edef68
1 parent 04218b9 commit 582c15e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,13 @@
221221
<enableRulesSummary>false</enableRulesSummary>
222222
<headerLocation>${basedir}/src/conf/HEADER.txt</headerLocation>
223223
</configuration>
224+
<reportSets>
225+
<reportSet>
226+
<reports>
227+
<report>checkstyle</report>
228+
</reports>
229+
</reportSet>
230+
</reportSets>
224231
</plugin>
225232
<plugin>
226233
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)