You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Kristian Rosenvold <kr...@apache.org> on 2012/09/28 08:44:53 UTC

[ANN] Maven Surefire Plugin 2.12.4 Released

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

This release includes the maven-surefire-plugin, which executes the
unit tests of an application, the maven-surefire-report-plugin, which
parses surefire/failsafe test results and renders them to DOXIA
creating the web interface version of the test results, as well as the
maven-failsafe-plugin, which executes the integration tests of an
application.

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

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

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


Release Notes - Maven Surefire - Version 2.12.4


** Bug
    * [SUREFIRE-831] - Lexical error in surefire-plugin
(TestNGExecutor.applyGroupMatching()) if the groupName of an
excludedGroup contains a '-' sign
    * [SUREFIRE-863] - NPE in ConcurrentReporterManager
    * [SUREFIRE-908] - Surefire fails with StackOverflowError when
toolchains are present
    * [SUREFIRE-909] - Wrong elapsed time calculation
    * [SUREFIRE-911] - Regression: Since Surefire version 2.12.x,
hyphens are not allowed in Group Names.
    * [SUREFIRE-912] - A NPE is thrown when some test case fails in
the ConcurrentReporterManager

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