You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2004/06/28 13:37:10 UTC

Maven PMD Plugin 1.5 Released

The maven team is pleased to announce the Maven PMD Plug-in 1.5 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 include:

  Changes:

o Upgrade to PMD 1.3, clean up and improve documentation. Issue: MPPMD-2. 
  Thanks to Joakim Erdfelt.  

To automatically install the plugin, type the following on a single line:

maven plugin:download 
  -DgroupId=maven 
  -DartifactId=maven-pmd-plugin
  -Dversion=1.5

For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven/maven/plugins/maven-pmd-plugin-1.5.jar
         

Have fun!
-The maven team
      

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