From users-return-131239-apmail-maven-users-archive=maven.apache.org@maven.apache.org Wed Feb 13 22:10:04 2013 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 ED01FE540 for ; Wed, 13 Feb 2013 22:10:04 +0000 (UTC) Received: (qmail 3627 invoked by uid 500); 13 Feb 2013 22:10:02 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 3528 invoked by uid 500); 13 Feb 2013 22:10:02 -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 3518 invoked by uid 99); 13 Feb 2013 22:10:02 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2013 22:10:02 +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; Wed, 13 Feb 2013 22:10:01 +0000 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: "Maven Users List" Subject: Re: Way to limit the projects in the reactor of a maven build started with the invoker plugin References: <66E38C42347D6446BF7FCB22C3D3878072EB5F8B1F@ECCR06PUBLIC.exchange.local> Date: Wed, 13 Feb 2013 23:09:57 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Robert Scholte" Message-ID: In-Reply-To: <66E38C42347D6446BF7FCB22C3D3878072EB5F8B1F@ECCR06PUBLIC.exchange.local> User-Agent: Opera Mail/12.14 (Win32) The AbstractInvokerMojo#runBuild() [1] is responsible for constructing the request, but there's no option to specify the projectlist. Could be an improvement. Robert http://maven.apache.org/plugins/maven-invoker-plugin/xref/org/apache/maven/plugin/invoker/AbstractInvokerMojo.html#1593 Op Wed, 13 Feb 2013 21:40:02 +0100 schreef christofer.dutz@c-ware.de : > Hi, > > I'm currently trying to use the invoker plugin to start a maven build > and to pass the list of projects that should be in the reactor of that > build. > Unfortunately I couldn't find a way to do so ... so is there a way and > if not, how could I start a second maven build from a maven build? > > Chris --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org