The Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 2.6.
This plugin generates a report regarding the code style used by the developers. 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.6</version> </plugin> Release Notes - Maven 2.x Checkstyle Plugin - Version 2.6 ** Bug * [MCHECKSTYLE-129] - Unable To Load configLocation From URL * [MCHECKSTYLE-130] - multimodule project requires src/main/java after 2.5 update * [MCHECKSTYLE-131] - Plugin can't use configLocation from parent. * [MCHECKSTYLE-135] - Can't use a configFile with an URL ** Improvement * [MCHECKSTYLE-139] - Add @threadSafe support for maven3 Enjoy, -The Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
