diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly index d100fb17..109d5b02 100644 --- a/checkstyle/plugin.jelly +++ b/checkstyle/plugin.jelly @@ -262,6 +262,13 @@ + + + + + + + - Checkstyle report - ${pom.url}/checkstyle/index.html + Checkstyle report + + ${link} Checkstyle report en-us Copyright ${currentYear} ${pom.organization.name} @@ -53,13 +54,13 @@ File: ${fileCount}, Errors: ${errorCount}, Warnings: ${warningCount}, Infos: ${infoCount} - - + + ${link} -

Click here for the full Checkstyle report.

+

Click here for the full Checkstyle report.

@@ -81,6 +82,8 @@ + + diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml index d049cf8b..ee73d656 100644 --- a/checkstyle/xdocs/changes.xml +++ b/checkstyle/xdocs/changes.xml @@ -25,6 +25,7 @@ + RSS file has incorrect links when used in multiproject build. maven.checkstyle.header.file now defaults to ${maven.license.licenseFile}. ClassCastException when moving from 2.5 to 3.0. Xalan is used for ant's style task.