Version | Date | Description |
---|---|---|
1.5.1 | 2006-04-26 | |
1.5 | 2004-03-07 | |
1.4 | 2004-01-29 | |
1.3 | 2003-09-29 | |
1.2 | ? |
Type | Changes | By |
---|---|---|
Fix formatting/escaping of error messages. Fixes MPJUNITREPORT-2. | ltheussl | |
Add ability to specify a custom jsl transform. New property
maven.junit.report.jsl
.
Fixes MPJUNITREPORT-10.
|
ltheussl | |
Keep nested exceptions in truncated stack traces. Fixes MPJUNITREPORT-11. Thanks to Cyrille Le Clerc. | ltheussl | |
Include System.out/System.err in the generated report. Fixes MPJUNITREPORT-6. Thanks to Cyrille Le Clerc. | ltheussl | |
Add description for default goal. Fixes MPJUNITREPORT-8. | ltheussl | |
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
aheritier | |
Fix documentation, add default goal | brett | |
Fix HTML problems by disabling jsl's pretty printing Fixes MPJUNITREPORT-7. | brett |
Type | Changes | By |
---|---|---|
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 |
Type | Changes | By |
---|---|---|
Fixed MAVEN-452. Patch for charter encoding. Fixes MAVEN-452. Thanks to Kuisong Tong. | evenisse | |
Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered. | evenisse | |
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 |