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

[ANN] Maven Surefire Plugin 2.4.2 for Maven 2 Released

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

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

You can run mvn -up to get the latest version of the plugin, or specify 
the version in your project's plugin configuration:

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

Release Notes - Maven Surefire - Version 2.4.2

** Bug
     * [SUREFIRE-445] - Surefire-Booter Manifest not correct
     * [SUREFIRE-449] - In multi-module projects, all tests are run for 
each module in the module tree
     * [SUREFIRE-452] - suitename always = "TestSuite" even if <suitename> 
defined as property
     * [SUREFIRE-455] - XML delimiter characters in attribute and text 
content are escaped twice.

** Improvement
     * [SUREFIRE-451] - ManifestJarWriter should use java.util.jar.Manifest

Enjoy,

-The Maven team

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