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.