You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kristian Rosenvold <kr...@apache.org> on 2013/04/11 20:31:35 UTC

[ANN] Maven surefire Plugin 2.14.1 Released

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

This version contains mostly minor bugfixes.

This is the last version that will include any java 1.3 & 1.4 support.
Future versions will be 1.5+ only.

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

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

Release Notes - Maven Surefire - Version 2.14.1

** Bug
    * [SUREFIRE-967] - ArrayIndexOutOfBounds in SmartStackTraceParser
    * [SUREFIRE-970] - Elapsed time of skipped tests in surefire
report XML file shows huge number
    * [SUREFIRE-971] - Configuration attributes groups/excludedGroups
don't work when running a single test.
    * [SUREFIRE-972] - Bizarre NoClassDefFoundError in failsafe
    * [SUREFIRE-975] - TEST-*.xml in system encoding with utf-8 header
    * [SUREFIRE-979] - Wrong classloader used in SmartStackTraceParser
when test-class fails to instantiate
    * [SUREFIRE-980] - Surefire NPEs if you don't spec any tests to
include/exclude
    * [SUREFIRE-981] - Surefire hangs if forked test name ends with
carriage return


Enjoy,

-The Apache Maven team

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