From continuum-users-return-5191-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Tue Nov 06 16:52:50 2007 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 10899 invoked from network); 6 Nov 2007 16:52:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2007 16:52:49 -0000 Received: (qmail 27954 invoked by uid 500); 6 Nov 2007 16:52:36 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 27928 invoked by uid 500); 6 Nov 2007 16:52:36 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 27917 invoked by uid 99); 6 Nov 2007 16:52:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2007 08:52:36 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.168.101.19] (HELO relay01-mail.uk.clara.net) (80.168.101.19) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Nov 2007 16:52:38 +0000 Received: from chb28-2-88-163-39-128.fbx.proxad.net ([88.163.39.128]:1187 helo=[127.0.0.1]) by relay01-mail.uk.clara.net (smtp-vh.amenworld.com [195.8.80.31]:251) with esmtpa (authdaemon_plain:emmanuel@venisse.net) id 1IpRey-0003VZ-4G (Exim 4.60) for continuum-users@maven.apache.org (return-path ); Tue, 06 Nov 2007 16:52:16 +0000 Message-ID: <47309C1D.4030401@venisse.net> Date: Tue, 06 Nov 2007 17:53:49 +0100 From: Emmanuel Venisse User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Shell builds in maven projects References: <4AA99A4ABD271B4D86710B80538CE20D0140E13A@INTMAIL01.es.int.atosorigin.com> In-Reply-To: <4AA99A4ABD271B4D86710B80538CE20D0140E13A@INTMAIL01.es.int.atosorigin.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Raúl Arabaolaza Barquín a écrit : > Hi: > > I,ve got a shell project wich must be executed the last of my project group build queue. > > When using continuum (1.1-beta4) you can add a build definition of type shell in a maven 2 project, but it dosen´t execute as a shell build but as a maven build. Is this the intended behaviour? Hmm, no. Can we see the logs? > > Alternativaly if you add a shell project you can´t specify dependencies so you can´t control the build order > > Is there a way to control the order in wich a shell project is executed into a m2 project group? We'll add the possibility to add new dependencies to a project in 1.2 and Continuum use it only to find the order. Maybe you can change your shell project to a m2 project and use the exec plugin to run your script. With this solution, you'll can configure maven dependencies so, the order. Emmanuel