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 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org