From b68b6a0bc33774ba272abf7388d9a1fb941cf2c7 Mon Sep 17 00:00:00 2001 From: aheritier Date: Thu, 2 Feb 2006 15:26:46 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@374409 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/src/plugin-resources/pmd.jsl | 148 +++++++++++++++++++++---------- pmd/xdocs/changes.xml | 2 + 2 files changed, 102 insertions(+), 48 deletions(-) diff --git a/pmd/src/plugin-resources/pmd.jsl b/pmd/src/plugin-resources/pmd.jsl index 4655c20f..16f33e8a 100644 --- a/pmd/src/plugin-resources/pmd.jsl +++ b/pmd/src/plugin-resources/pmd.jsl @@ -1,5 +1,4 @@ - - - - + - + + - PMD Results -

The following document contains the results of - PMD. + PMD.

-
@@ -60,71 +56,127 @@ Errors - - + + + + + +
-
- - - - - - + + + + + + + + + + - - - - + + + + + - - + + + + + - - +
Files Violations
${name} + +
- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - - + + + + + + - - + @@ -164,4 +216,4 @@ - + \ No newline at end of file diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index 87fa8723..648da940 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -25,6 +25,8 @@ + 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.