You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Dan Fabulich <df...@apache.org> on 2008/05/15 20:14:29 UTC

[ANN] Maven Surefire 2.4.3 Released

The Maven team is pleased to announce the release of the Maven Surefire, 
version 2.4.3.

Maven Surefire is used during the "test" phase of the build lifecycle to 
execute your unit tests.  It supports JUnit 3 & 4 as well as TestNG, and 
generates TXT, XML and HTML reports.

http://maven.apache.org/plugins/maven-surefire-plugin/

You can specify the plugin version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-surefire-plugin</artifactId>
  <version>2.4.3</version>
</plugin>

Surefire 2.4.3 requires Maven 2.0.6 or higher.

Release Notes - Maven Surefire - Version 2.4.3


** Bug
     * [SUREFIRE-264] - XRef links do not work with aggregated reports on 
windows
     * [SUREFIRE-423] - Output a title for the report
     * [SUREFIRE-440] - Fix serialization of File[] into properties for 
forked Surefire run
     * [SUREFIRE-459] - Integration test using Jetty and JSP 2.1 fails 
after update to maven-surefire-plugin 2.4
     * [SUREFIRE-460] - surefire-api manifest content is wrong: it is a 
copy of commons-lang
     * [SUREFIRE-463] - ClassCastException when using testng suiteXmlFile 
and forkMode=always
     * [SUREFIRE-467] - NoSuchMethodError UrlUtils.getURL when using JDK3 
for testing
     * [SUREFIRE-481] - java.lang.NoSuchMethodError when forking on a 1.3 
JDK
     * [SUREFIRE-491] - All system properties from Maven process are copied 
to forked Surefire process
     * [SUREFIRE-492] - Allow "test" parameter to override suiteXmlFiles
     * [SUREFIRE-493] - UrlUtilsTest fails

** Improvement
     * [SUREFIRE-422] - Strip "Maven" from report title
     * [SUREFIRE-426] - Add german translation
     * [SUREFIRE-473] - Documentation for additionalClassPath feature
     * [SUREFIRE-474] - Allow TestNG to use its built-in HTMLReporter
     * [SUREFIRE-484] - Don't output empty tables
     * [SUREFIRE-485] - Support AntUnit XML output
     * [SUREFIRE-490] - Provide an option to use simplified classloading


** Task
     * [SUREFIRE-488] - Document TestNG listeners/reporters
     * [SUREFIRE-489] - Document classpath issues


Enjoy,

-The Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org