diff --git a/junit-report/project.xml b/junit-report/project.xml index 02827db4..48e2fd58 100644 --- a/junit-report/project.xml +++ b/junit-report/project.xml @@ -17,14 +17,12 @@ * limitations under the License. */ --> - - + ../plugins-parent/project.xml 3 maven-junit-report-plugin Maven JUnit Report Plugin - 1.5.1-SNAPSHOT + 1.5.1 Reports from JUnit tests. Reports from JUnit tests http://jira.codehaus.org/browse/MPJUNITREPORT @@ -39,6 +37,11 @@ 1.5 MAVEN_JUNIT_REPORT_1_5 + + 1.5.1 + 1.5.1 + MAVEN_JUNIT_REPORT_1_5_1 + diff --git a/junit-report/xdocs/changes.xml b/junit-report/xdocs/changes.xml index f87bdb88..ab27530f 100644 --- a/junit-report/xdocs/changes.xml +++ b/junit-report/xdocs/changes.xml @@ -17,7 +17,6 @@ * limitations under the License. */ --> - Changes @@ -25,15 +24,17 @@ Emmanuel Venisse - + Fix formatting/escaping of error messages. - Add ability to specify a custom jsl transform. New property maven.junit.report.jsl. + Add ability to specify a custom jsl transform. New property + maven.junit.report.jsl. + Keep nested exceptions in truncated stack traces. Include System.out/System.err in the generated report. Add description for default goal. - Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : + Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
    -
  • commons-jelly-tags-xml v1.0 -> v1.1
  • +
  • commons-jelly-tags-xml v1.0 -> v1.1
Fix documentation, add default goal @@ -55,6 +56,6 @@ maven.test.failure.ignoreis forced to true during the execution of the tests (so that report generation do not fail if the tests fail) but it is not reset to its initial value aftewards, thus causing issues for other plugins thereafter relying on it.
- +