diff --git a/checkstyle/plugin.jelly b/checkstyle/plugin.jelly index a25c0a8c..d517d66c 100644 --- a/checkstyle/plugin.jelly +++ b/checkstyle/plugin.jelly @@ -1,4 +1,5 @@ + - + + + + + + + + + + + + + + + + + + + + Checkstyle report + ${pom.url} + Checkstyle report + en-us + Copyright 2004 The Apache Software Foundation + + + + + + + + File: ${fileCount}, Errors: ${errorCount}, Warnings: ${warningCount}, Infos: ${infoCount} + + + + + ${link} + +

Click here for the full Checkstyle report.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FilesIWE
+ ${name} +
+ +
+
+
+
+ +
+ +
diff --git a/checkstyle/src/plugin-resources/images/rss.png b/checkstyle/src/plugin-resources/images/rss.png new file mode 100644 index 00000000..f0796ac8 Binary files /dev/null and b/checkstyle/src/plugin-resources/images/rss.png differ diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml index 64c39485..a9e9ef84 100644 --- a/checkstyle/xdocs/changes.xml +++ b/checkstyle/xdocs/changes.xml @@ -25,7 +25,10 @@ Emmanuel Venisse - + + + Added generation of a Checkstyle RSS feed. + Fix : Build failed if target directory and License file didn't exist.