You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Mirko Friedenhagen <mf...@apache.org> on 2014/11/22 22:23:47 UTC

[ANN] Apache Maven PMD Plugin 3.3 Released

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

A Maven plugin for the PMD toolkit, that produces a report on both
code rule violations and detected copy and paste fragments, as well as
being able to fail the build based on these metrics.

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.3</version>
</plugin>


Release Notes - Apache Maven PMD Plugin - Version 3.3

Bug
* [MPMD-192] Regression MPMD-89 is showing up with Maven 2.2.1 again
for maven-pmd-plugin-3.3

Improvement
* [MPMD-191] Update to PMD 5.2.1
* [MPMD-189] MavenProject/MavenSession Injection as a paremeter
instead as a component.


Enjoy,

-The Maven team

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