From 5bc3b2545fa041b7eac907798bc69c4d451917ff Mon Sep 17 00:00:00 2001 From: brett Date: Wed, 14 Apr 2004 00:55:25 +0000 Subject: [PATCH] PR: MPPMD-7 fixed issues after clean. Fixed handling of cpd.enable property. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115008 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/plugin.jelly | 9 ++++++--- pmd/xdocs/changes.xml | 4 ++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/pmd/plugin.jelly b/pmd/plugin.jelly index 4467e2c8..07d64000 100644 --- a/pmd/plugin.jelly +++ b/pmd/plugin.jelly @@ -23,7 +23,7 @@ PMD Plugin. Generate PMD reports using the PMD framework. ============================================================================= --> - + Running the CPD task with minimumTokenCount = ${maven.pmd.cpd.minimumtokencount} ... + + @@ -196,6 +198,7 @@ + Vincent Massol + + Create directories that exist under maven.build.dir before using them so it works after clean. + Fix usage of the maven.pmd.cpd.enable property so it is disabled when set to false (the default) + Allow multiple includes/excludes. Apply MAVEN-1008. Allow for custom rulesets in the classpath.