You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Carlos Sanchez <ca...@apache.org> on 2006/04/21 02:55:54 UTC

[ANN] Maven Surefire Report plugin 2.0 released

Maven Surefire Report plugin 2.0  has been released.

You can use it by adding it to the reporting section of your pom

  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-report-plugin</artifactId>
        <version>2.0</version>
      </plugin>
    </plugins>
  </reporting>


Changelog:

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11222&styleName=Html&version=12481

* [MSUREFIREREP-2] - test failures causes report not to be generated
* [MSUREFIREREP-9] - surefire-report-maven-plugin: don't add report for
non java projects
* [MSUREFIREREP-11] - [surefire-report] not contains package name and
testcase details
* [MSUREFIREREP-13] - NPE with svn version of surefire-report-maven-plugin
* [MSUREFIREREP-15] - Add integration logic that allows report to be
created for junit OR testng
* [MSUREFIREREP-17] - Use javascript to show/hide failure details

--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

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


Re: [ANN] Maven Surefire Report plugin 2.0 released

Posted by Jules Gosnell <ju...@coredevelopers.net>.
does it support aggregation of reports in a multiproject situation yet ? 
If so, how do I enable it ?

thanks,

Jules


Carlos Sanchez wrote:

>Maven Surefire Report plugin 2.0  has been released.
>
>You can use it by adding it to the reporting section of your pom
>
>  <reporting>
>    <plugins>
>      <plugin>
>        <groupId>org.apache.maven.plugins</groupId>
>        <artifactId>maven-surefire-report-plugin</artifactId>
>        <version>2.0</version>
>      </plugin>
>    </plugins>
>  </reporting>
>
>
>Changelog:
>
>http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11222&styleName=Html&version=12481
>
>* [MSUREFIREREP-2] - test failures causes report not to be generated
>* [MSUREFIREREP-9] - surefire-report-maven-plugin: don't add report for
>non java projects
>* [MSUREFIREREP-11] - [surefire-report] not contains package name and
>testcase details
>* [MSUREFIREREP-13] - NPE with svn version of surefire-report-maven-plugin
>* [MSUREFIREREP-15] - Add integration logic that allows report to be
>created for junit OR testng
>* [MSUREFIREREP-17] - Use javascript to show/hide failure details
>
>--
>I could give you my word as a Spaniard.
>No good. I've known too many Spaniards.
>                             -- The Princess Bride
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>  
>


-- 
"Open Source is a self-assembling organism. You dangle a piece of
string into a super-saturated solution and a whole operating-system
crystallises out around it."

/**********************************
 * Jules Gosnell
 * Partner
 * Core Developers Network (Europe)
 *
 *    www.coredevelopers.net
 *
 * Open Source Training & Support.
 **********************************/


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