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

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/

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


Release Notes - Maven Surefire - Version 2.10

** Bug
    * [SUREFIRE-754] - unbounded memory use when capturing logs
    * [SUREFIRE-761] - java.lang.NoSuchMethodException when trying to
run Junit 3 suite class
    * [SUREFIRE-763] - environmentVariables fails with
useSystemClassLoader=false or forkMode=always
    * [SUREFIRE-766] - Regression in excludes feature between surefire
2.6 and 2.7.

** Improvement
    * [SUREFIRE-738] - Fail on not existing run order.
    * [SUREFIRE-750] - Add custom name suffix for surefire-reports (xml
and txt)
    * [SUREFIRE-752] - Fix duplication in surefire/failsafe sites

** New Feature
    * [SUREFIRE-755] - Add new reports which default to the failsafe-
results


Enjoy,

-The Maven team




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

Reply via email to