From 9c68c99132c1ee43e6dd3e546a17fc90025d95ea Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 16 Apr 2006 00:02:36 +0000 Subject: [PATCH] Begin to work on pmd plugin 1.9 MPPMD-26 : Use PMD 3.6 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@394404 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/project.xml | 4 ++-- pmd/xdocs/changes.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pmd/project.xml b/pmd/project.xml index c25b689e..1d4f3fc3 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -22,7 +22,7 @@ 3 maven-pmd-plugin Maven PMD Plugin - 1.8 + 1.9-SNAPSHOT The Maven PMD plugin is a plugin that wraps the PMD framework (http://pmd.sourceforge.net). PMD is a source checking framework that works by scanning Java source code and looks for potential problems like: unused local variables, empty catch blocks, unused parameters, empty 'if' statements, etc. Maven Plugin for PMD @@ -139,7 +139,7 @@ pmd pmd - 3.5 + 3.6 http://pmd.sourceforge.net diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index 6f0a831d..7b60c77b 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -24,6 +24,9 @@ Vincent Massol + + Upgrade to pmd-3.6. + New property "maven.pmd.targetjdk" to define the target JDK. Add a link on each error to explain it.