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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to