Return-Path: Delivered-To: apmail-maven-announce-archive@minotaur.apache.org Received: (qmail 7647 invoked from network); 16 Aug 2010 14:19:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Aug 2010 14:19:43 -0000 Received: (qmail 46632 invoked by uid 500); 16 Aug 2010 14:19:39 -0000 Delivered-To: apmail-maven-announce-archive@maven.apache.org Received: (qmail 45765 invoked by uid 500); 16 Aug 2010 14:19:36 -0000 Mailing-List: contact announce-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@maven.apache.org Delivered-To: mailing list announce@maven.apache.org Received: (qmail 45737 invoked by uid 99); 16 Aug 2010 14:19:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 14:19:34 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stephen.alan.connolly@gmail.com designates 209.85.213.171 as permitted sender) Received: from [209.85.213.171] (HELO mail-yx0-f171.google.com) (209.85.213.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 14:19:27 +0000 Received: by yxk30 with SMTP id 30so2072201yxk.30 for ; Mon, 16 Aug 2010 07:19:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=wxqXaCzak/ldMsFxXzxRa3ZCWnEEUFHZ4pa7eCvZgnc=; b=XVz9JVXQqM+s4rnXi3060+Il0/+oeC0HhZaf0cH0lTbo762mOg1//oinEzWNgFWvjH Mmrg1194arPCWbrt7iDJP8y0oaY1O6ht3Vi33xnziL7hVJ2sAXoVmolL6NJYSzozkI24 DpqAiSvFlqceY5ILaJuNTTe5gzoT3gIChDrac= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; b=YJUy/90yaHwCBqzGuZ7xsa9tenhXlIAZ0dl99RTK3o1gfg3x6pkxB2VZJiM7e66Awa YpC08wjwXIlMcSL+JzivhecQf6pe8t8HVgRWth14ynMJJ4T6bgJ30eWZjkTnm86mJ9W+ XZ1IF/JX0oJLyJk6mcYdFW4kN3gSjz6o6uhMQ= MIME-Version: 1.0 Received: by 10.151.27.8 with SMTP id e8mr5651056ybj.138.1281968346345; Mon, 16 Aug 2010 07:19:06 -0700 (PDT) Sender: stephen.alan.connolly@gmail.com Received: by 10.231.199.68 with HTTP; Mon, 16 Aug 2010 07:19:06 -0700 (PDT) Date: Mon, 16 Aug 2010 15:19:06 +0100 X-Google-Sender-Auth: V-C5wDMR3kKw5AGvuHXZz2fR8SM Message-ID: Subject: [ANN] Surefire 2.6 Released From: Stephen Connolly To: announce@maven.apache.org, Maven Users List Cc: Maven Developers List Content-Type: text/plain; charset=ISO-8859-1 The Maven team is pleased to announce the release of Surefire, version 2.6 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-surefire-report-plugin/ http://maven.apache.org/plugins/maven-failsafe-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-surefire-plugin 2.6 org.apache.maven.plugins maven-surefire-report-plugin 2.6 org.apache.maven.plugins maven-failsafe-plugin 2.6 Release Notes - Maven Surefire - Version 2.6 ** Bug * [SUREFIRE-121] - System properties set on the command line get clobbered * [SUREFIRE-604] - failsave plugin does not execute post-integrateion-test phase after timeout via * [SUREFIRE-613] - Wrong number of JUnit4 tests when running in parallel * [SUREFIRE-621] - Parallel test execution: Test couting and reporting does not work with JUnit 3 TestSuites * [SUREFIRE-623] - Docs say that Java 1.3 is supported, but minimum version is 1.4 * [SUREFIRE-629] - NullPointerException in DemultiplexingRunListener, falsely report of "No tests were executed!" * [SUREFIRE-630] - maven surefire plugin with parallels skips all tests when one test has @Ignore annotation (on mac os) * [SUREFIRE-633] - Upgrade plexus-utils to avoid potential deadlocks in versions prior to 2.0.5 ** Improvement * [SUREFIRE-592] - Refactor plugins to remove duplicate code * [SUREFIRE-606] - Provide a way for multiple executions of failsafe:integration-test to communicate with failsafe:verify (and the maven-surefire-report-plugin) * [SUREFIRE-607] - Failsafe should create workingDirectory if it does not exist * [SUREFIRE-612] - Create documentation on Junit providers * [SUREFIRE-615] - Surefire providers shouldn't need to download old versions of the library * [SUREFIRE-617] - Support @threadSafe in surefire * [SUREFIRE-618] - Improve surefire parameter config * [SUREFIRE-619] - The surefire plugin should generate the test classpath ** New Feature * [SUREFIRE-576] - Have the abiltiy to remove a dependency from the test classpath (at least optional ones * [SUREFIRE-598] - run maven test with customized classpath ** Task * [SUREFIRE-594] - Create an integration test for r897240 Enjoy, -The Maven team