The Maven team is pleased to announce the release of the Maven PMD
Plugin, version 2.0

http://maven.apache.org/plugins/maven-pmd-plugin/

You can run mvn -U 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.0</version>
</plugin>

Changes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12262&styleName=Text&projectId=11140&Create=Create

* [MPMD-2] - pmd has problems with package-info.java.
* [MPMD-15] - End line of violation displays as begin line
* [MPMD-24] - Check goals fail in multi-module builds
* [MPMD-25] - Character "\" in Xref-Link in cpd report causes problems with some browsers
* [MPMD-16] - Utilise the exclusion mechanism to allow arbitrary exclusions
* [MPMD-18] - set linkXRef to true by default, and only link if JXR report is included to make it automatic
* [MPMD-19] - Update PMD plugin docs
* [MPMD-23] - Use PMD 3.6
* [MPMD-13] - Provide pmd:check (patch attached)
* [MPMD-14] - create pmd:cpd-check goal
* [MPMD-27] - Create test for pmd plugin




Reply via email to