The Maven team is pleased to announce the PMD plugin 1.2 release! http://maven.apache.org/reference/plugins/pmd The Maven PMD plugin is a plugin that wraps the PMD framework (http://pmd.sourceforge.net). PMD is a source checking framework that works by scanning Java source code and looks for potential problems like: unused local variables, empty catch blocks, unused parameters, empty 'if' statements, etc. Changes in this version: o Upgraded to use PMD 1.2.1. Note that this plugin has been tested with Maven 1.0 rc1. Using it with another version of Maven is at your own risks! :-) You can download the PMD Maven plugin here: http://www.ibiblio.org/maven/maven/plugins/maven-pmd-plugin-1.2.jar Have fun! -Vincent