You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Mark Hobson <ma...@apache.org> on 2009/11/19 10:22:34 UTC

[ANN] Maven Checkstyle Plugin 2.4 Released

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