From 771849ba321ca0f073214412e04f863af4ae691b Mon Sep 17 00:00:00 2001 From: aheritier Date: Thu, 2 Feb 2006 17:51:54 +0000 Subject: [PATCH] Do not generate links to JXR files if they are not created. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@374441 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/src/plugin-resources/pmd.jsl | 42 +++++++++++++++++--------------- pmd/xdocs/changes.xml | 1 + 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/pmd/src/plugin-resources/pmd.jsl b/pmd/src/plugin-resources/pmd.jsl index 16f33e8a..0db4ae7a 100644 --- a/pmd/src/plugin-resources/pmd.jsl +++ b/pmd/src/plugin-resources/pmd.jsl @@ -121,19 +121,20 @@ - - + - - - - - - + + + + + + + + - - + + @@ -141,19 +142,20 @@ - - + - - - - - - + + + + + + + + - - + + diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index 648da940..ed9b5229 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -25,6 +25,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.