From f9eadf7ea2272d9c30931e5abc114be5d3445a63 Mon Sep 17 00:00:00 2001 From: evenisse Date: Fri, 12 Mar 2004 09:42:29 +0000 Subject: [PATCH] Fix reports generation if maven.pmd.cpd.enable has the default value (false) git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114905 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/plugin.jelly | 16 ++++++++++------ pmd/project.xml | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/pmd/plugin.jelly b/pmd/plugin.jelly index 6b348e50..4467e2c8 100644 --- a/pmd/plugin.jelly +++ b/pmd/plugin.jelly @@ -37,11 +37,13 @@ pluginName="pmd" description="Verification of coding rules." link="pmd-report"/> - + + + @@ -53,7 +55,9 @@ - + + + diff --git a/pmd/project.xml b/pmd/project.xml index 1d16efad..917fc5b7 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -23,7 +23,7 @@ 3 maven-pmd-plugin Maven PMD Plug-in - 1.3 + 1.4-SNAPSHOT This plugin provides a more or less seamless integration with Maven and the PMD static source code analyzer. Maven Plugin for PMD http://maven.apache.org/reference/plugins/pmd/