You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2012/02/26 14:15:20 UTC

[ANN] Maven Checkstyle Plugin 2.9.1 Released

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

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


Release Notes - Maven Checkstyle Plugin - Version 2.9.1

Bug
* [MCHECKSTYLE-173] Embedded error: Cannot set property 'charset' in module Checker to 'UTF-8,UTF-8': UTF-8,UTF-8


Enjoy,

-The Maven team


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