You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mark Hobson <ma...@iizuka.co.uk> on 2011/11/01 10:53:46 UTC

[ANN] Maven Checkstyle Plugin 2.8 Released

The Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 2.8

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.8</version>
</plugin>


Release Notes - Maven Checkstyle Plugin - Version 2.8

Bug
* [MCHECKSTYLE-159] Optional treeWalker.cacheFile property must not be required

New Feature
* [MCHECKSTYLE-62] Support aggregated reports in a multi-modules project


Enjoy,

-The Maven team


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org