We could upgrade now to get checkstyle 5.
-Vincent
Begin forwarded message:
> From: Mark Hobson<markh(a)apache.org>
> Date: November 19, 2009 10:22:34 AM CEST
> To: announce(a)maven.apache.org, users(a)maven.apache.org
> Subject: [ANN] Maven Checkstyle Plugin 2.4 Released
> Reply-To: "Maven Users List"<users(a)maven.apache.org>
>
> The Maven team is pleased to announce the release of the Maven
> Checkstyle Plugin, version 2.4.
>
> This plugin 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.4</version>
> </plugin>
>
> Release Notes - Maven 2.x Checkstyle Plugin - Version 2.4
>
> ** Improvement
> * [MCHECKSTYLE-105] - Update to Checkstyle 5.0
> * [MCHECKSTYLE-122] - Add Portuguese (Brazil) translation
> * [MCHECKSTYLE-124] - Add Swedish translation
>
> ** Task
> * [MCHECKSTYLE-119] - Review the Doxia Sink calls
> * [MCHECKSTYLE-120] - Bump to Doxia 1.0
> * [MCHECKSTYLE-125] - Update to maven-reporting-impl-2.0.4.3
>
> Enjoy,
>
> -The Maven team