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.

http://maven.apache.org/plugins/maven-checkstyle-plugin/

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-checkstyle-plugin</artifactId>
  <version>2.12.1</version>
</plugin>


Release Notes - Apache Maven Checkstyle Plugin - Version 2.12.1

Bug
* [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

Reply via email to