Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CBC459CEF for ; Thu, 24 May 2012 20:11:47 +0000 (UTC) Received: (qmail 35682 invoked by uid 500); 24 May 2012 20:11:44 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 35539 invoked by uid 500); 24 May 2012 20:11:44 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 35234 invoked by uid 99); 24 May 2012 20:11:43 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2012 20:11:43 +0000 Received: from localhost (HELO mail-gg0-f171.google.com) (127.0.0.1) (smtp-auth username olamy, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2012 20:11:43 +0000 Received: by ggmi1 with SMTP id i1so246696ggm.30 for ; Thu, 24 May 2012 13:11:42 -0700 (PDT) Received: by 10.101.188.3 with SMTP id q3mr217441anp.25.1337890302083; Thu, 24 May 2012 13:11:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.130.13 with HTTP; Thu, 24 May 2012 13:11:21 -0700 (PDT) From: Olivier Lamy Date: Thu, 24 May 2012 22:11:21 +0200 Message-ID: Subject: [ANN] Maven Invoker Plugin 1.6 Released To: announce@maven.apache.org, users@maven.apache.org Cc: Maven Developers List Content-Type: text/plain; charset=ISO-8859-1 The Maven team is pleased to announce the release of the Maven Invoker Plugin, version 1.6 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.6 Release Notes - Maven 2.x Invoker Plugin - Version 1.6 ** Bug * [MINVOKER-112] - duplicate script classpath entries are not filtered out, can cause ClassCastException ** Improvement * [MINVOKER-101] - provide property to make a clean clone * [MINVOKER-108] - Upgrade doxia and doxia-site-tools version to 1.1.4 * [MINVOKER-109] - upgrade maven-reporting-api and maven-reporting-impl versions * [MINVOKER-111] - plugin is now 1.5 minimum * [MINVOKER-113] - update to Groovy 1.7.5 (from 1.5.6) * [MINVOKER-116] - Mark plugin as @threadSafe * [MINVOKER-120] - Move various script interpreters to a new artifact in maven-shared * [MINVOKER-129] - Code cleanups * [MINVOKER-130] - Add a reference to the buld-job documentation * [MINVOKER-131] - upgrade groovy version used to 1.8.6 ** New Feature * [MINVOKER-97] - Add possibility to inherit settings.xml from calling process * [MINVOKER-102] - Provide a way to install Extra dependencies * [MINVOKER-110] - It tests must be runnable in parrallel ** Task * [MINVOKER-103] - Update to plexus-utils:2.0.4+ to eliminate deadlock potential during forked Maven executions * [MINVOKER-128] - Remove old workaround for MINVOKER-50 in POM Have Fun, -- The Apache Maven team --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org