From 66428f1a24e94a5220a9a3555231fcd366c3e1f4 Mon Sep 17 00:00:00 2001 From: evenisse Date: Mon, 7 Jul 2003 18:49:36 +0000 Subject: [PATCH] Fixed MAVEN-452. Patch for charter encoding. Thanks to Kuisong Tong. I think that this must be apply to all uses of doc:jsl tag. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113608 13f79535-47bb-0310-9956-ffa450edef68 --- junit-report/plugin.jelly | 1 - junit-report/xdocs/changes.xml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/junit-report/plugin.jelly b/junit-report/plugin.jelly index 24744d1a..21d4caa0 100644 --- a/junit-report/plugin.jelly +++ b/junit-report/plugin.jelly @@ -55,7 +55,6 @@ input="${maven.build.dir}/TESTS-TestSuites.xml" output="junit-report.xml" stylesheet="${plugin.resources}/junit.jsl" - omitXmlDeclaration="true" outputMode="xml" prettyPrint="true" /> diff --git a/junit-report/xdocs/changes.xml b/junit-report/xdocs/changes.xml index 74111e7d..8f3e3466 100644 --- a/junit-report/xdocs/changes.xml +++ b/junit-report/xdocs/changes.xml @@ -9,6 +9,9 @@ + + Fixed MAVEN-452. Patch for charter encoding. + Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.