Changes Vincent Massol Emmanuel Venisse 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.