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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
