[xwiki-devs] Fwd: [ANN] Maven Checkstyle Plugin 2.3 Released
Someone would need to try this version to see if it works and then we could upgrade our version maybe. -Vincent Begin forwarded message:
From: Dennis Lundberg <dennisl@apache.org> Date: July 14, 2009 3:54:40 PM CEDT To: announce@maven.apache.org, Maven Users List <users@maven.apache.org
Cc: Maven Developers List <dev@maven.apache.org> Subject: [ANN] Maven Checkstyle Plugin 2.3 Released Reply-To: "Maven Users List" <users@maven.apache.org>
The Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 2.3
The Checkstyle plugin generates report regarding the code style used by the developers.
Important note: This version of the plugin uses Checkstyle 4.4. Version 2.3 will be the last version of Maven Checkstyle Plugin that will run on Java 1.4. The next version of Maven Checkstyle Plugin will be upgraded to Checkstyle 5 and will therefor require Java 5 to run.
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.3</version> </plugin>
Release Notes - Maven 2.x Checkstyle Plugin - Version 2.3
** Improvement * [MCHECKSTYLE-101] - Skip should skip everything including the Velocity initialization * [MCHECKSTYLE-110] - option to output violations to the console when using chekstyle:check * [MCHECKSTYLE-114] - Add an ASF-compliant source release assembly
** New Feature * [MCHECKSTYLE-113] - Set the number of accepted violations for checkstyle:check
** Task * [MCHECKSTYLE-98] - Maven Checkstyle is too strict and not follow Maven's team conventions!
Enjoy,
-The Maven team
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org
participants (1)
-
Vincent Massol