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

This plugin integrates checkstyle into the build.

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

Release Notes - Maven Checkstyle Plugin - Version 2.11


** Bug
    * [MCHECKSTYLE-192] - Properties files are only processed in the
report, but not in the mojo
    * [MCHECKSTYLE-193] - Resource files get included regardless of
explicit sourceDirectory / includes / excludes configuration
    * [MCHECKSTYLE-197] - Documentation: Check goal is incorrectly described
    * [MCHECKSTYLE-202] - The link on Usage page to 'Maven 3.x
Compatibility Notes' is not correct



** Improvement
    * [MCHECKSTYLE-191] - Make name of TreeWalker configurable
    * [MCHECKSTYLE-199] - Make resource file processing configurable
    * [MCHECKSTYLE-204] - Errors in the check goal are not very
prominent in the Maven output
)

Enjoy,

-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to