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
This commit is contained in:
evenisse 2003-07-07 18:49:36 +00:00
parent ddc3ded206
commit 66428f1a24
2 changed files with 3 additions and 1 deletions

View File

@ -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"
/>

View File

@ -9,6 +9,9 @@
<body>
<release version="1.3" date="in CVS">
<action dev="evenisse" type="fix" due-to="Kuisong Tong">
Fixed MAVEN-452. Patch for charter encoding.
</action>
<action dev="evenisse" type="fix">
Fixed MAVEN-493. I register reports only if source, test,... exists.
So, corresponding entrys in menu will appear only if reports are registered.