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

http://maven.apache.org/plugins/maven-checkstyle-plugin/

You can run mvn -U to get the latest version of the plugin, or specify
the version in your project's plugin configuration:

<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-checkstyle-plugin</artifactId>
   <version>2.1</version>
</plugin>

Changes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12490&styleName=Text&projectId=11127&Create=Create

* [MCHECKSTYLE-38] - checsktyle:check seems to fail on warning too
* [MCHECKSTYLE-33] - Patch provides ability to control whether check MOJO violations cause build failure (inline with pmd:check)
* [MCHECKSTYLE-34] - automatically detect linkXref and default to on
* [MCHECKSTYLE-39] - use plugin testing harness and add test checkstyle plugin

Reply via email to