We are pleased to announce the Maven JUnit Report Plugin 1.3 release! http://maven.apache.org/maven-1.x/plugins/junit-report/ Reports from JUnit tests. =============================================================================== Changes in this version include: Fixed bugs: o Fixed MAVEN-452. Patch for charter encoding. Fixes MAVEN-452. Thanks to Kuisong Tong. o Fixed MAVEN-493. I register reports only if source, test,... exists. So, corresponding entrys in menu will appear only if reports are registered. o 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. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-junit-report-plugin -Dversion=1.3 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-junit-report-plugin-1.3.jar Have fun! -The Maven JUnit Report Plugin development team