Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.9.1
-
Fix Version/s: None
-
Labels:None
-
Environment:I am using 2.9.1 version of checkstyle plugin with maven site plugin 3.0 and Maven 3.0.3 on Mac OS 10.7.3.
-
Number of attachments :
Description
Hello I have a problem with duplicate entries in html aggregated report, the duplicate appears only in the html site, not in the checkstyle-result.xml.
<build> ... <plugins> ... <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.0</version> <configuration> <reportPlugins> ... <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.9.1</version> <configuration> <configLocation>checkstyle.xml</configLocation> <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> <reports> <report>checkstyle-aggregate</report> </reports> </plugin> ... </reportPlugins> </configuration> </plugin> ... </plugins> ... </build>
Issue Links
- duplicates
-
MCHECKSTYLE-167
Unconfigured checkstyle plugin duplicates entries in aggregated report
-