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

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.1</version>
</plugin>


Release Notes - Maven Surefire - Version 2.4.1


** Bug
* [SUREFIRE-121] - System properties set on the command line get clobbered * [SUREFIRE-432] - Surefire swallows redirected test output if uncaught exceptions occur in forked SurefireBooter * [SUREFIRE-433] - All tests run in a single execution are reported as coming from just one class * [SUREFIRE-439] - Test listeners / reporters don't work with TestNG 5.7
    * [SUREFIRE-444] - NPE in PojoStackTraceWriter.writeTraceToString

** Improvement
    * [SUREFIRE-425] - Add dedicated resource bundle for locale "en".


** Task
    * [SUREFIRE-428] - Add integration test to check class path order
    * [SUREFIRE-436] - Add documentation section on debugging  tests


Enjoy,

-The Maven team


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to