From a2368107fc040c46480d02706622567f4872ecfc Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 14 Nov 2003 08:17:15 +0000 Subject: [PATCH] Applied patch from Henri Tremblay for MAVEN-1036. The Checkstyle HTML report now provides information on severity. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114319 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/plugin-resources/checkstyle.jsl | 25 ++++++++++++++++--- checkstyle/xdocs/changes.xml | 5 ++++ 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/checkstyle/src/plugin-resources/checkstyle.jsl b/checkstyle/src/plugin-resources/checkstyle.jsl index d6424a97..71c4c298 100644 --- a/checkstyle/src/plugin-resources/checkstyle.jsl +++ b/checkstyle/src/plugin-resources/checkstyle.jsl @@ -33,14 +33,20 @@
- + + + + + + +
FilesInfosWarnings Errors
@@ -50,7 +56,9 @@ - + + + @@ -63,13 +71,17 @@ - + + + - + + + @@ -87,6 +99,7 @@
FilesErrorsIWE
${name}
+ @@ -96,6 +109,10 @@ ${htmlescape.getText(errorMessage)} +
ErrorSeverity Line
+ + ${htmlescape.getText(severity)} + diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml index 5cdf7c1d..3221f468 100644 --- a/checkstyle/xdocs/changes.xml +++ b/checkstyle/xdocs/changes.xml @@ -9,6 +9,11 @@ + + Applied patch from Henri Tremblay for + MAVEN-1036. + The Checkstyle HTML report now provides information on severity. + Prevent projects who do not use the head check from failing if they don't provide a license file.