[ https://jira.codehaus.org/browse/MCHECKSTYLE-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=296447#comment-296447 ]
SebbASF edited comment on MCHECKSTYLE-172 at 5/1/12 4:52 AM: ------------------------------------------------------------- Work-round (see [1]): {code} <reporting> <plugins> ..... <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.8</version> <inherited>false</inherited> <reportSets> <reportSet> <reports> <report>checkstyle</report> <!-- editted 2012-05-01; was previously "checkstyle-aggregate" which was wrong --> </reports> </reportSet> </reportSets> </plugin> ... </plugins> </reporting> {code} [1] http://www.mailinglistarchive.com/html/us...@maven.apache.org/2011-12/msg00134.html was (Author: sebbasf): Work-round (see [1]): {code} <reporting> <plugins> ..... <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.8</version> <inherited>false</inherited> <reportSets> <reportSet> <reports> <report>checkstyle-aggregate</report> </reports> </reportSet> </reportSets> </plugin> ... </plugins> </reporting> {code} [1] http://www.mailinglistarchive.com/html/us...@maven.apache.org/2011-12/msg00134.html > Checkstyle Plugin 2.8+ generates an additional aggregate report > --------------------------------------------------------------- > > Key: MCHECKSTYLE-172 > URL: https://jira.codehaus.org/browse/MCHECKSTYLE-172 > Project: Maven 2.x Checkstyle Plugin > Issue Type: Bug > Affects Versions: 2.8, 2.9 > Environment: {{{ > mvn --version > Apache Maven 3.0.4 (r1206075; 2011-11-25 09:20:29+0100) > Maven home: /usr/local/Cellar/maven/current/libexec > Java version: 1.6.0_29, vendor: Apple Inc. > Java home: > /Library/Java/JavaVirtualMachines/1.6.0_29-b11-402.jdk/Contents/Home > Default locale: de_DE, platform encoding: MacRoman > OS name: "mac os x", version: "10.7.2", arch: "x86_64", family: "mac" > }}} > Reporter: SebbASF > > Using a very simple single module project, the aggregated report is created > by default. > Both the {{checkstyle}} and {{checkstyle-aggregate}} report are generated. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira