You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2013/03/12 22:04:59 UTC

[ANN] Apache Maven PMD Plugin 3.0.1 Released

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

The PMD Plugin allows you to automatically run the PMD code analysis
tool on your project's source code and generate a site report with its
results. It also supports the separate Copy/Paste Detector tool (or
CPD) distributed with PMD.

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

You should specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-pmd-plugin</artifactId>
  <version>3.0.1</version>
</plugin>

Release Notes - Maven 2.x PMD Plugin - Version 3.0.1

** Bug
    * [MPMD-163] - PMD issues are reported multiple times


Have Fun,
--
The Apache Maven team

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