Apache Maven Checkstyle Plugin Version 2.13 Released

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

This plugin generates a report regarding the code style used by the developers.

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

Release Notes - Maven Checkstyle Plugin - Version 2.13

Bugs:

Improvements:

New Feature:

Task:

Wishes:

Enjoy,

-The Apache Maven team