diff --git a/junit-report/plugin.jelly b/junit-report/plugin.jelly index caaf6867..46f8eb29 100644 --- a/junit-report/plugin.jelly +++ b/junit-report/plugin.jelly @@ -76,7 +76,7 @@ output="junit-report.xml" stylesheet="${plugin.resources}/junit.jsl" outputMode="xml" - prettyPrint="true" + prettyPrint="false" /> diff --git a/junit-report/project.xml b/junit-report/project.xml index 519c23f5..1991ee2f 100644 --- a/junit-report/project.xml +++ b/junit-report/project.xml @@ -23,7 +23,7 @@ 3 maven-junit-report-plugin Maven JUnit Report Plug-in - 1.5 + 1.5.1-SNAPSHOT Reports from JUnit tests. Requires Maven 1.0 RC2. Reports from JUnit tests http://maven.apache.org/reference/plugins/junit-report/ diff --git a/junit-report/xdocs/changes.xml b/junit-report/xdocs/changes.xml index 185a1e4a..f0f4f064 100644 --- a/junit-report/xdocs/changes.xml +++ b/junit-report/xdocs/changes.xml @@ -25,6 +25,9 @@ Emmanuel Venisse + + Fix HTML problems by disabling jsl's pretty printing + Apply MPJUNITREPORT-3