The Maven team is pleased to announce the release of Maven PMD
Plugin, version 2.3.
http://maven.apache.org/plugins/maven-pmd-plugin/
You can run 'mvn -up' to get the latest version of the plugin, or
specify the version in your project's plugin configuration:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.3</version>
</plugin>
Release Notes - Maven 2.x PMD Plugin - Version 2.3
** Bug
* [MPMD-55] - The Xml pmd file isn't encode to UTF8 charset counter
the charset declaration in the file header
* [MPMD-56] - targetJdk support for jdk 1.6
* [MPMD-57] - cpd: wrong symlink detection if relative source path
is used
* [MPMD-58] - sourceEncoding honoured with pmd but not cpd
* [MPMD-60] - @SuppressWarnings causes maven PMD plugin to fail on
building report
* [MPMD-66] - Support for jdk1.4 using new pmd-jdk14 artifact
* [MPMD-67] - Using JDK 1.6 causes ParseException: Can't use
generics unless running in JDK 1.5 mode!
* [MPMD-69] - line number is not displayed in pmd check report
** Improvement
* [MPMD-65] - Better error handling for PMDException
** Task
* [MPMD-59] - Upgrade to PMD 4.1
Enjoy!
- The Maven Team
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]