We are pleased to announce the Maven JUnit Report Plugin 1.4 release! http://maven.apache.org/maven-1.x/plugins/junit-report/ Reports from JUnit tests. =============================================================================== Changes in this version include: Changes: o 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). =============================================================================== 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.4 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.4.jar Have fun! -The Maven JUnit Report Plugin development team