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

Please note the introduction of the "forkCount" parameter and check
the docs for this; a few of the settings relating to parallel forks
have changed slightly:

http://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html


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

Release Notes - Maven Surefire - Version 2.14


** Bug
    * [SUREFIRE-943] - Failing tests in TEST-*.xml file contain
currupt information
    * [SUREFIRE-946] - Maven hangs on SIGTERM when using Surefire
forking (CommandLineUtils.ProcessHook)
    * [SUREFIRE-947] - perCoreThreadCount ineffective
    * [SUREFIRE-950] - ClassNotFoundException
org.apache.xerces.parsers.SAXParser not found
    * [SUREFIRE-953] - Multi-module build succeeds even if tests time out
    * [SUREFIRE-957] - XML report with Junit 4.7 or 4.11 does not
include method names
    * [SUREFIRE-958] - Maven Surefire Web Page
    * [SUREFIRE-962] - SmartStackTraceParser cannot handle manipulated
stack traces gracefully

** Improvement
    * [SUREFIRE-956] - Let ${surefire.forkNumber} deliver unique
values when used in parallel mvn builds

** New Feature
    * [SUREFIRE-949] - Create forkCount parameter




Enjoy,

-The Apache Maven team

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

Reply via email to