Kristian
---------- Forwarded message ---------- From: Mail Delivery Subsystem <[email protected]> Date: 2012/8/11 Subject: Delivery Status Notification (Failure) To: [email protected] Delivery to the following recipient failed permanently: [email protected] Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 535 535 Authentication failed for krosenvold - LDAP Authentication failed for krosenvold: Invalid credentials at ./plugins/auth/authldap line 26 (SMTP AUTH failed with the remote server) (state 7). ----- Original message ----- X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=daILrprXlQfzWzpGWDLDpWYRRSHDLC+FvVzJSwxtL4Q=; b=goGUG3p547dXB49jFZwCYsWLhEdXo7eC47vEnIfJNt4zxuRyrtmunrXR1ve6Ki7Q3R waSpxQVExshoYjzAfc6J6Yw5Vq8K0blwHpiijXAsKS0rvdFd0bN0iuGzhPXHbEVeLrTC XC2fhvBrl8ztPyoL/MoYSjgFNeBCddzLt1SBDb4SOrCSTB1qqLA7RfebIPqTq74uHFWL V5Z1/U2KxMFUP0siDYb3cfk1crDwr7mTgVUSluLwLrJg4AJH58hyjkzEhNSkknDffzZV sAbBviCGHv3jkdV+CbHMsjpd2qOgl8uCStzKK8g69151fZIf27qvRx1lnQivFeyZXUNb DxJA== MIME-Version: 1.0 Received: by 10.50.15.133 with SMTP id x5mr698899igc.26.1344679019833; Sat, 11 Aug 2012 02:56:59 -0700 (PDT) Received: by 10.64.8.178 with HTTP; Sat, 11 Aug 2012 02:56:59 -0700 (PDT) Date: Sat, 11 Aug 2012 11:56:59 +0200 Message-ID: <cajzrqkxibh8dfqe9yp6gzdphrwvlzmxymnfoqyg8_ba2y4j...@mail.gmail.com> Subject: [ANN] Maven Surefire Plugin 2.12.2 (And 2.12.1) Released From: Kristian Rosenvold <[email protected]> To: [email protected], [email protected] Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnfUEKeCnH9eIOF9kj9JkMiGqlEZWw6HatJYrZwpV1myK4obSfUXbZbsd/Zyg8ISfMsOkfz The Maven team is pleased to announce the release of the Maven Surefire Plugin, version 2.12.2. The release announcement for 2.12.1 seems to have bounced, so it is included in this mail too. 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-failsafe-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.12.2</version> </plugin> Release Notes - Maven Surefire - Version 2.12.2 ** Bug * [SUREFIRE-896] - surefire 2.12.1 doesn't work with maven 2.2.1 * [SUREFIRE-897] - System.exit() in ForkedBooter might hang due to swing/windows bug * [SUREFIRE-898] - error with 2.12.1 (works with 2.12) ** Improvement * [SUREFIRE-846] - Maven surefire plugin creates two surefire* directories in the ${project.build.directory} * [SUREFIRE-887] - Do not hold forked surefire for debug if there are no tests * [SUREFIRE-894] - Do not fork process when there are no tests to run (for forkMode=once) Release Notes - Maven Surefire - Version 2.12.1 Bug [SUREFIRE-659] - Maven PDF plugin:showSuccess=false creates empty table causing error [SUREFIRE-825] - NPE in JUnit4TestChecker if org.junit.runner.RunWith class can't be loaded by testClassloader [SUREFIRE-827] - Surefire 2.12 cannot run a single test, regression from 2.11 [SUREFIRE-828] - testng test need a excludedGroups element to not fail [SUREFIRE-832] - JUnit categories only work when junit47 provider is explicitly set --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
