Apache Maven Checkstyle Plugin Version 2.12 Released

The Maven team is pleased to announce the release of the Apache Maven Checkstyle Plugin, version 2.12.

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</version>
5</plugin>

Release Notes - Apache Maven Checkstyle Plugin - Version 2.12

Tasks:

Enjoy,

-The Maven team