Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Release History

VersionDateDescription
1.5.1 2006-04-26
1.5 2004-03-07
1.4 2004-01-29
1.3 2003-09-29
1.2 ?

Get the RSS feed of the last changes

Release 1.5.1 - 2006-04-26

TypeChangesBy
fix Fix formatting/escaping of error messages. Fixes MPJUNITREPORT-2. ltheussl
add Add ability to specify a custom jsl transform. New property maven.junit.report.jsl . Fixes MPJUNITREPORT-10. ltheussl
add Keep nested exceptions in truncated stack traces. Fixes MPJUNITREPORT-11. Thanks to Cyrille Le Clerc. ltheussl
add Include System.out/System.err in the generated report. Fixes MPJUNITREPORT-6. Thanks to Cyrille Le Clerc. ltheussl
fix Add description for default goal. Fixes MPJUNITREPORT-8. ltheussl
update 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
Fixes MAVEN-1712.
aheritier
fix Fix documentation, add default goal brett
fix Fix HTML problems by disabling jsl's pretty printing Fixes MPJUNITREPORT-7. brett

Release 1.5 - 2004-03-07

TypeChangesBy
update Apply MPJUNITREPORT-3 Fixes MPJUNITREPORT-3. dion

Release 1.4 - 2004-01-29

TypeChangesBy
update Added new goal junit-report:report which is is the same as the maven-junit-report-plugin:report goal (but in a simpler short form that can be called from other plugins). vmassol

Release 1.3 - 2003-09-29

TypeChangesBy
fix Fixed MAVEN-452. Patch for charter encoding. Fixes MAVEN-452. Thanks to Kuisong Tong. evenisse
fix Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered. evenisse
fix The maven.test.failure.ignore is 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. vmassol

Release 1.2 - ?

TypeChangesBy