You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Olivier Lamy <ol...@apache.org> on 2011/04/16 14:30:36 UTC

[ANN] Maven Surefire Plugin 2.8.1 Released

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

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

Release Notes - Maven Surefire - Version 2.8.1


** Bug
    * [SUREFIRE-712] - [REGRESSION] <reportsDirectories> ignored
    * [SUREFIRE-715] - NPE at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.ensureWorkingDirectoryExists()
    * [SUREFIRE-718] - Links on index page doesn't work
    * [SUREFIRE-722] - testng : using -Dtest=myClass#myMethod doesn't
execute methods marked @Before* @After*

** Improvement
    * [SUREFIRE-719] - Example page should show the correct version of
m-site-p to use

** New Feature
    * [SUREFIRE-716] - Don't skip deployment of "common-junit3" and
"common-junit4" artifacts

** Task
    * [SUREFIRE-717] - Remove old site file still available on-line


Have Fun !

--
The Maven team

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