------ Maven 2 Surefire Report Plugin ------ Johnny R. Ruiz III ------ September 16, 2005 Maven 2 Surefire Report Plugin This plugin generates a nicely formatted html report about the test result. This plugin parses the all TEST*.xml generated in folder ${basedir}/target/surefire-reports and then render them into HTML through DOXIA. *How to Use ------------------- ... ... org.apache.maven.plugins maven-surefire-report-plugin ... ... -------------------