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:
parent
f64b6a0890
commit
c48d2e0ee7
@ -76,7 +76,7 @@
|
||||
output="junit-report.xml"
|
||||
stylesheet="${plugin.resources}/junit.jsl"
|
||||
outputMode="xml"
|
||||
prettyPrint="true"
|
||||
prettyPrint="false"
|
||||
/>
|
||||
|
||||
</j:if>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-junit-report-plugin</id>
|
||||
<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>
|
||||
<shortDescription>Reports from JUnit tests</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/junit-report/</url>
|
||||
|
||||
@ -25,6 +25,9 @@
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
<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">
|
||||
<action dev="dion" type="update" issue="MPJUNITREPORT-3">Apply MPJUNITREPORT-3</action>
|
||||
</release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user