Apache Maven Checkstyle Plugin 2.12.1 Released
The Maven team is pleased to announce the release of the Apache Maven Checkstyle Plugin, version 2.12.1.
Generates a report on violations of code style and optionally fails the build if violations are detected.
You should specify the version in your project's plugin configuration:
1<plugin>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-checkstyle-plugin</artifactId>
4 <version>2.12.1</version>
5</plugin>
Release Notes - Apache Maven Checkstyle Plugin - Version 2.12.1
Bugs:
- MCHECKSTYLE-227 Avalon and turbine checks are broken
- MCHECKSTYLE-225 headerLocation no longer sets checkstyle.header.file
- MCHECKSTYLE-224 Warning about missing XRef for module with no files to check
Enjoy,
-The Maven team