From 754ee15ce8b47f22e205752951817d9372d0ba3d Mon Sep 17 00:00:00 2001 From: aheritier Date: Fri, 3 Feb 2006 23:01:55 +0000 Subject: [PATCH] Add a link on each error to explain it. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@374776 13f79535-47bb-0310-9956-ffa450edef68 --- pmd/src/plugin-resources/pmd.jsl | 3 ++- pmd/xdocs/changes.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pmd/src/plugin-resources/pmd.jsl b/pmd/src/plugin-resources/pmd.jsl index 8d8b702d..4cf7d994 100644 --- a/pmd/src/plugin-resources/pmd.jsl +++ b/pmd/src/plugin-resources/pmd.jsl @@ -195,8 +195,9 @@ + - ${htmlescape.getText(errorMessage)} + ${htmlescape.getText(errorMessage)} - detail... diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index 28cffb38..7bdcbf64 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -25,6 +25,7 @@ + Add a link on each error to explain it. New properties "maven.pmd.failonerror" and "maven.pmd.failonruleviolation" to fail the build if any errors or problems are found. New property "maven.pmd.console" to display pmd errors to the console. Do not generate links to JXR files if they are not created.