You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2012/02/12 17:33:46 UTC

[ANN] Maven Checkstyle Plugin 2.9 Released

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

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


Release Notes - Maven Checkstyle Plugin - Version 2.9

Bug
* [MCHECKSTYLE-170] Test errors and failures on Windows
* [MCHECKSTYLE-168] checkstyle-aggregate give a wrong file count
* [MCHECKSTYLE-167] Unconfigured checkstyle plugin duplicates entries in aggregated report
* [MCHECKSTYLE-164] Multimodule Configuration example does not show how to configure build-tools pom
* [MCHECKSTYLE-152] encoding property in maven plugin is never set correctly to charset property of the checkstyle itself.
* [MCHECKSTYLE-146] mvn checkstyle:checkstyle KO, Unable to find the mojo, org/apache/maven/doxia/logging/Log
* [MCHECKSTYLE-145] maven-checkstyle-plugin 2.6 SinkFactory WARNING

Improvement
* [MCHECKSTYLE-165] Upgrade to checkstyle 5.5


Enjoy,

-The Maven team


RE: [ANN] Maven Checkstyle Plugin 2.9 Released

Posted by Papiež Vítězslav <Vi...@autocont.cz>.
Sweet!

V*

"Whatsamatter, kid? Can't remember how to spell 'main'? Real hackers use Notepad!" (Just kidding. They used Vi.)

-----Original Message-----
From: Dennis Lundberg [mailto:dennisl@apache.org] 
Sent: Sunday, February 12, 2012 5:34 PM
To: announce@maven.apache.org; users@maven.apache.org
Cc: dev@maven.apache.org
Subject: [ANN] Maven Checkstyle Plugin 2.9 Released

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

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


Release Notes - Maven Checkstyle Plugin - Version 2.9

Bug
* [MCHECKSTYLE-170] Test errors and failures on Windows
* [MCHECKSTYLE-168] checkstyle-aggregate give a wrong file count
* [MCHECKSTYLE-167] Unconfigured checkstyle plugin duplicates entries in aggregated report
* [MCHECKSTYLE-164] Multimodule Configuration example does not show how to configure build-tools pom
* [MCHECKSTYLE-152] encoding property in maven plugin is never set correctly to charset property of the checkstyle itself.
* [MCHECKSTYLE-146] mvn checkstyle:checkstyle KO, Unable to find the mojo, org/apache/maven/doxia/logging/Log
* [MCHECKSTYLE-145] maven-checkstyle-plugin 2.6 SinkFactory WARNING

Improvement
* [MCHECKSTYLE-165] Upgrade to checkstyle 5.5


Enjoy,

-The Maven team


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


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


Re: [ANN] Maven Checkstyle Plugin 2.9 Released

Posted by sebb <se...@gmail.com>.
On 12 February 2012 16:33, Dennis Lundberg <de...@apache.org> wrote:
> The Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 2.9
>
> 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</version>
> </plugin>
>
>
> Release Notes - Maven Checkstyle Plugin - Version 2.9
>
> Bug
> * [MCHECKSTYLE-170] Test errors and failures on Windows
> * [MCHECKSTYLE-168] checkstyle-aggregate give a wrong file count
> * [MCHECKSTYLE-167] Unconfigured checkstyle plugin duplicates entries in aggregated report

Unfortunately 2.9 does *not* actually fix the above bug - mvn site
still runs checkstyle aggregate for projects without modules.

> * [MCHECKSTYLE-164] Multimodule Configuration example does not show how to configure build-tools pom
> * [MCHECKSTYLE-152] encoding property in maven plugin is never set correctly to charset property of the checkstyle itself.
> * [MCHECKSTYLE-146] mvn checkstyle:checkstyle KO, Unable to find the mojo, org/apache/maven/doxia/logging/Log
> * [MCHECKSTYLE-145] maven-checkstyle-plugin 2.6 SinkFactory WARNING
>
> Improvement
> * [MCHECKSTYLE-165] Upgrade to checkstyle 5.5
>
>
> Enjoy,
>
> -The Maven team
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>

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