You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Lukas Theussl <lt...@apache.org> on 2007/03/29 09:42:50 UTC

[ANN] Maven PMD Plugin 1.10 for Maven 1.x released

We are pleased to announce the Maven PMD Plugin 1.10 release! 

http://maven.apache.org/maven-1.x/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:

  New Features:

o Add "Goals" page. 
o Add an alternative jsl stylesheet that includes priority information. 
  Thanks to James Dempsey. 
o Allow custom JSL stylesheet to be defined via a property. Fixes MPPMD-27. 

  Fixed bugs:

o Cannot run pmd with Strings rulesets. Fixes MPPMD-30. 

  Changes:

o Upgrade to PMD 3.9. Fixes MPPMD-29. 
o Update/clarify properties and add "Default" column to "Properties" page. 
o Update dependencies to unify them between plugins. The following 
  dependencies are updated: jaxen v1.0-FCS-full to 1.1-beta-9. The following 
  dependencies are removed: saxpath.  

===============================================================================


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

maven plugin:download
  -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven
  -DgroupId=maven
  -DartifactId=maven-pmd-plugin
  -Dversion=1.10

For a manual installation, you can download the plugin here:
http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-pmd-plugin-1.10.jar
 

Have fun!
-The Maven PMD Plugin development team

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