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.