From 2fdfea306feb0da2abcc2959086c4ced5b56f675 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 19 Feb 2006 00:48:52 +0000 Subject: [PATCH] Upgrade to pmd 3.5. The 'printToConsole' ant task attribute has been deprecated. Please use the 'toConsole' attribute of the 'formatter' element instead. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@378806 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/plugin.jelly | 4 ++-- pmd/project.xml | 2 +- pmd/xdocs/changes.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pmd/plugin.jelly b/pmd/plugin.jelly index 9658f869..1f0ad46d 100644 --- a/pmd/plugin.jelly +++ b/pmd/plugin.jelly @@ -121,12 +121,12 @@ + diff --git a/pmd/project.xml b/pmd/project.xml index f1d1c12b..fceace68 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -135,7 +135,7 @@ pmd pmd - 3.4 + 3.5 http://pmd.sourceforge.net diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index 4f511ef6..fe4b29b7 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -32,7 +32,7 @@ Do not generate links to JXR files if they are not created. Use properties maven.jxr.destdir and maven.jxr.destdir.test to generate links from the PMD report to jxr files. Fix NullPointerException if pom.build.sourceDirectory or pom.build.unitTestSourceDirectory are not defined. - Upgrade to pmd-3.4. + Upgrade to pmd-3.5. Added ability to check test sources.