From 0d4000d594cddf7865a1d8e28edac2cffb5a02d0 Mon Sep 17 00:00:00 2001 From: vmassol Date: Wed, 2 Jul 2003 10:06:41 +0000 Subject: [PATCH] - Fixed Changes report which was not showing up correctly (blank page) - Fixed MAVEN-538: report generation failing when no errors. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113571 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/plugin.jelly | 5 +++++ pmd/xdocs/changes.xml | 11 ++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/pmd/plugin.jelly b/pmd/plugin.jelly index ede76498..2630b939 100644 --- a/pmd/plugin.jelly +++ b/pmd/plugin.jelly @@ -74,6 +74,11 @@ Running the PMD task with ${maven.pmd.rulesetfiles} ... + + + diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index cd0fe15b..030c6143 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -6,9 +6,14 @@ Vincent Massol - + + + Make sure the report does not fail if PMD does not detect any + violation. Fixes bug + MAVEN-538. + @@ -55,7 +60,7 @@ Updated to used PMD 1.0 - - + +