You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2011/08/11 21:56:24 UTC

[ANN] Maven Checkstyle Plugin 2.7 Released

Hi,

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

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

Release Notes - Maven 2.x Checkstyle Plugin - Version 2.7

** Bug
    * [MCHECKSTYLE-149] - supressionsFileExpression does not work.
    * [MCHECKSTYLE-153] - Checkstyle doesn't run on projects
containing only test classes
    * [MCHECKSTYLE-156] - Plugin fails to build on Mac OS
    * [MCHECKSTYLE-163] - Test classpath resolution fails in mvn
check:check when includeTestSourceDirectory = true


** Improvement
    * [MCHECKSTYLE-132] - Upgrade to Checkstyle 5.3
    * [MCHECKSTYLE-162] - Upgrade to checkstyle 5.4

Have Fun,
--
The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org