From c220304aac51a8819cc28558e46f42f6777d74d7 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 15 Feb 2006 23:44:41 +0000 Subject: [PATCH] PR: MPCHECKSTYLE-52 The links to source xref files does not honor maven.jxr.destdir and maven.jxr.destdir.test. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@378121 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/plugin-resources/checkstyle-all.jsl | 63 +++++++++++++++++-- .../checkstyle_severity_filter.jsl | 63 +++++++++++++++++-- checkstyle/xdocs/changes.xml | 1 + 3 files changed, 115 insertions(+), 12 deletions(-) diff --git a/checkstyle/src/plugin-resources/checkstyle-all.jsl b/checkstyle/src/plugin-resources/checkstyle-all.jsl index 07163c0b..c7225a30 100644 --- a/checkstyle/src/plugin-resources/checkstyle-all.jsl +++ b/checkstyle/src/plugin-resources/checkstyle-all.jsl @@ -26,6 +26,7 @@ xmlns:jsl="jelly:jsl" xmlns:util="jelly:util" xmlns:x="jelly:xml" + xmlns:maven="jelly:maven" xmlns:doc="doc" xmlns="dummy" trim="true"> @@ -132,23 +133,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + - + - - + diff --git a/checkstyle/src/plugin-resources/checkstyle_severity_filter.jsl b/checkstyle/src/plugin-resources/checkstyle_severity_filter.jsl index 8d678085..8b9f4c2e 100644 --- a/checkstyle/src/plugin-resources/checkstyle_severity_filter.jsl +++ b/checkstyle/src/plugin-resources/checkstyle_severity_filter.jsl @@ -26,6 +26,7 @@ xmlns:jsl="jelly:jsl" xmlns:util="jelly:util" xmlns:x="jelly:xml" + xmlns:maven="jelly:maven" xmlns:doc="doc" xmlns="dummy" trim="true"> @@ -136,23 +137,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - + - + - - + diff --git a/checkstyle/xdocs/changes.xml b/checkstyle/xdocs/changes.xml index ee73d656..20ae674e 100644 --- a/checkstyle/xdocs/changes.xml +++ b/checkstyle/xdocs/changes.xml @@ -25,6 +25,7 @@ + The links to source xref files does not honor maven.jxr.destdir and maven.jxr.destdir.test. 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.