We are pleased to announce the Maven Checkstyle Plugin 3.0-SNAPSHOT release! http://maven.apache.org/maven-1.x/reference/plugins/checkstyle =============================================================================== Changes in this version include: New Features: o Added new summary report as front page. o Added properties maven.checkstyle.output.xml and maven.checkstyle.output.txt o Ability to check test sources using property maven.checkstyle.check.tests Fixes MPCHECKSTYLE-30. o Generate reports filtered by severity Fixed bugs: o Do not assert ASF copyright in checkstyle.rss. Fixes MPCHECKSTYLE-39. o Fixed MemberName rule in Turbine checkstyle rules Fixes MPCHECKSTYLE-29. Changes: o Moved reports under the checkstyle folder and renamed. o Added maven.checkstyle.dir and move output files there. o It requires at least maven-plugin-plugin v1.7. o It requires at least maven-xdoc-plugin v1.10. o The checkstyle plugin use the maven.xdoc.locale.default to generate the report. Fixes MPCHECKSTYLE-39. o Support for Java5 o Upgraded to checkstyle 4.0 =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven, http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-checkstyle-plugin -Dversion=3.0-SNAPSHOT For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-checkstyle-plugin-3.0-SNAPSHOT.jar Have fun! -The Maven Checkstyle Plugin development team