Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5EAB47A92 for ; Fri, 30 Sep 2011 21:00:04 +0000 (UTC) Received: (qmail 174 invoked by uid 500); 30 Sep 2011 21:00:03 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 99986 invoked by uid 500); 30 Sep 2011 21:00:03 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 99967 invoked by uid 99); 30 Sep 2011 21:00:03 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2011 21:00:03 +0000 Received: from localhost (HELO pgier-laptop.redhat.com) (127.0.0.1) (smtp-auth username pgier, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2011 21:00:03 +0000 Message-ID: <4E862DD2.4080500@apache.org> Date: Fri, 30 Sep 2011 16:00:02 -0500 From: Paul Gier Organization: Apache User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc13 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: announce@maven.apache.org, users@maven.apache.org CC: Maven Developers List Subject: [ANN] Maven Surefire 2.10 Released Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: org.apache.maven.plugins maven-surefire-plugin 2.10 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: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org