From 83a13637f9478728c800bf450678de5a9570a383 Mon Sep 17 00:00:00 2001 From: carlos Date: Thu, 4 Aug 2005 20:08:39 +0000 Subject: [PATCH] Upgrade to pmd-3.2 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@227465 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/project.xml | 12 ++++++++++-- pmd/xdocs/changes.xml | 3 +++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/pmd/project.xml b/pmd/project.xml index 5ed63cdc..06268670 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -23,7 +23,7 @@ 3 maven-pmd-plugin Maven PMD Plug-in - 1.6 + 1.7-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 http://maven.apache.org/reference/plugins/pmd/ @@ -108,6 +108,14 @@ Software Developer + + Carlos Sanchez + carlos + carlos@apache.org + + Software Developer + + @@ -121,7 +129,7 @@ pmd pmd - 1.9 + 3.2 http://pmd.sourceforge.net diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index fce686de..5fa5c02b 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -25,6 +25,9 @@ Vincent Massol + + Upgrade to pmd-3.2. + Upgrade to pmd-1.9. Check sources are present before calling PMD.