Status: New
Owner: ----

New issue 229 by heue...@gmail.com: Consider updating maven-checkstyle-plugin to version 2.8
http://code.google.com/p/piccolo2d/issues/detail?id=229

The release notes for version 2.8 of maven-checkstyle-plugin say it now supports aggregated reports in a multi-modules project, that may help with our multi-module site build.

http://jira.codehaus.org/browse/MCHECKSTYLE-62

---------- Forwarded message ----------
From: Mark Hobson <ma...@apache.org>
Date: Tue, Nov 1, 2011 at 5:09 AM
Subject: [ANN] Maven Checkstyle Plugin 2.8 Released
To: annou...@maven.apache.org, us...@maven.apache.org, d...@maven.apache.org


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

--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

Reply via email to