PR: MPJUNITREPORT-7

stop pretty printing, avoid formatting issues


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115468 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-06-13 03:01:47 +00:00
parent f64b6a0890
commit c48d2e0ee7
3 changed files with 5 additions and 2 deletions

View File

@ -76,7 +76,7 @@
output="junit-report.xml" output="junit-report.xml"
stylesheet="${plugin.resources}/junit.jsl" stylesheet="${plugin.resources}/junit.jsl"
outputMode="xml" outputMode="xml"
prettyPrint="true" prettyPrint="false"
/> />
</j:if> </j:if>

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-junit-report-plugin</id> <id>maven-junit-report-plugin</id>
<name>Maven JUnit Report Plug-in</name> <name>Maven JUnit Report Plug-in</name>
<currentVersion>1.5</currentVersion> <currentVersion>1.5.1-SNAPSHOT</currentVersion>
<description>Reports from JUnit tests. Requires Maven 1.0 RC2.</description> <description>Reports from JUnit tests. Requires Maven 1.0 RC2.</description>
<shortDescription>Reports from JUnit tests</shortDescription> <shortDescription>Reports from JUnit tests</shortDescription>
<url>http://maven.apache.org/reference/plugins/junit-report/</url> <url>http://maven.apache.org/reference/plugins/junit-report/</url>

View File

@ -25,6 +25,9 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <body>
<release version="1.5.1-SNAPSHOT" date="in CVS">
<action dev="brett" type="fix" issue="MPJUNITREPORT-7">Fix HTML problems by disabling jsl's pretty printing</action>
</release>
<release version="1.5" date="2004-03-07"> <release version="1.5" date="2004-03-07">
<action dev="dion" type="update" issue="MPJUNITREPORT-3">Apply MPJUNITREPORT-3</action> <action dev="dion" type="update" issue="MPJUNITREPORT-3">Apply MPJUNITREPORT-3</action>
</release> </release>