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.