Changes
Vincent Massol
Emmanuel Venisse
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 :
- commons-jelly-tags-xml v1.0 -> v1.1
Fix documentation, add default goal
Fix HTML problems by disabling jsl's pretty printing
Apply MPJUNITREPORT-3
Added new goal
junit-report:reportwhich is is the same as the
maven-junit-report-plugin:reportgoal (but in a simpler short form that can be called from other plugins).
Fixed MAVEN-452. Patch for charter encoding.
Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered.
The
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.