You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2011/11/11 22:54:39 UTC

[ANN] Apache Maven PMD Plugin 2.6 Released

Hello,
The Apache Maven Team is pleased to announce the release of Apache
Maven PMD Plugin 2.6.
This 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.

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

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

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

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

** Bug
    * [MPMD-124] - cannot use targetDirectory
    * [MPMD-127] - Report cannot correctly handle external PMD ruleset
as exported by Sonar QA Dashboard

** Improvement
    * [MPMD-106] - Externalize messages for i18n
    * [MPMD-122] - Add @threadSafe support for maven3

** Task
    * [MPMD-103] - Bump to Doxia 1.1.1


Have Fun!
-- 
The Apache Maven Team