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 941429EF0 for ; Tue, 27 Nov 2012 17:48:40 +0000 (UTC) Received: (qmail 49880 invoked by uid 500); 27 Nov 2012 17:48:38 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 48819 invoked by uid 500); 27 Nov 2012 17:48:37 -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 48468 invoked by uid 99); 27 Nov 2012 17:48:37 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2012 17:48:37 +0000 Received: from localhost (HELO columbia) (127.0.0.1) (smtp-auth username rfscholte, mechanism login) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2012 17:48:37 +0000 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Cc: dev@maven.apache.org Subject: [ANN] Maven Invoker Plugin 1.8 Released To: announce@maven.apache.org, users@maven.apache.org Date: Tue, 27 Nov 2012 18:48:36 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Robert Scholte" Message-ID: User-Agent: Opera Mail/12.11 (Win32) The Apache Maven team is pleased to announce the release of the Maven Invoker Plugin, version 1.8 The Invoker Plugin is used to run a set of Maven projects. The plugin can determine whether each project execution is successful, and optionally can verify the output generated from a given project execution. This plugin is in particular handy to perform integration tests for other Maven plugins. The Invoker Plugin can be employed to run a set of test projects that have been designed to assert certain features of the plugin under test. http://maven.apache.org/plugins/maven-invoker-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-invoker-plugin 1.8 Release Notes - Maven 2.x Invoker Plugin - Version 1.8 ** Bug * [MINVOKER-106] - invoker.java.version is always evaluated against current JVM instead of JVM running the builds * [MINVOKER-115] - install goal doesn't install required plugins from the reactor build to the local repo * [MINVOKER-118] - Specifying an unset property in causes a NullPointerException * [MINVOKER-126] - mavenHome in relationship with invoker.maven.version rule * [MINVOKER-133] - Using mergeUserSettings configuration parameter with multiple executions causes IllegalStateException * [MINVOKER-137] - Maven 2.2.1 NullPointerException with mergeUserSettings parameter * [MINVOKER-142] - Make it possible to specify debug-mode in invoker.properties ** Improvement * [MINVOKER-124] - Reporting the reason for skipping an integration tests * [MINVOKER-138] - Add groovy-all dependency instead of groovy by default * [MINVOKER-139] - use last plexus-utils 3.0.7 which is faster on copying files. * [MINVOKER-140] - Support exclusion with invokerTest * [MINVOKER-143] - Update Maven Invoker to 2.1.1 ** New Feature * [MINVOKER-146] - Support modifying maven executable ** Task * [MINVOKER-144] - Change Prerequisite version of Maven to 2.2.1 Enjoy, -The Apache Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org