Changes Vincent Massol Emmanuel Venisse Apply MPJUNITREPORT-3 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). 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.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.