From 7bf50e3ea3098cdc3f24c349b29d1f6c4b0e4bf1 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 8 Feb 2006 01:29:52 +0000 Subject: [PATCH] PR: MPCHECKSTYLE-38 RSS file has incorrect links when used in multiproject build. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@375824 13f79535-47bb-0310-9956-ffa450edef68 --- checkstyle/plugin.jelly | 7 +++++++ .../src/plugin-resources/checkstyle2rss.jsl | 15 +++++++++------ checkstyle/xdocs/changes.xml | 1 + 3 files changed, 17 insertions(+), 6 deletions(-) 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.