Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 78973 invoked from network); 30 Nov 2007 20:41:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2007 20:41:44 -0000 Received: (qmail 40848 invoked by uid 500); 30 Nov 2007 20:41:31 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 40815 invoked by uid 500); 30 Nov 2007 20:41:31 -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 40804 invoked by uid 99); 30 Nov 2007 20:41:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2007 12:41:31 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of oliver.lamy@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2007 20:41:12 +0000 Received: by py-out-1112.google.com with SMTP id a73so5065117pye for ; Fri, 30 Nov 2007 12:41:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=0L2ufFGEAsLOcY7+6FPOdYRAXTGXnY8Pf+q7/eKXdpQ=; b=pCMPr8rrbWSonQCLnt9sAhYZS/G9sYdtOCwGfJBBlQbD64I+LlZAsn5MtMKtMsR11sbque5lDWjEfsb4rAT2UvNKk9HJU+RXC3t8hE5iYbR9phXAhQCmjEruI11oeu2pUZqdtV/dpt/qLyLaqB9rmuyuvdRVT/oSkCFE+9WUBn8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=Tl8w6qlwoGyyacnjezCpI9Qx0H0Lro4vnqNjeIYUihfwHd9oevIX/oAJsoC2djKTR9bbYK/w4maQ5ZW9MR2gIozqGDMnoNxTNSBVC2sB9m6JfwMoR+D1NUqEU88FiJnKEyTOr+xoK0Bku6ZomvWhk9kW2HvJwU+mUPhyiWIRdnI= Received: by 10.35.103.6 with SMTP id f6mr9382401pym.1196455274282; Fri, 30 Nov 2007 12:41:14 -0800 (PST) Received: by 10.35.14.16 with HTTP; Fri, 30 Nov 2007 12:41:10 -0800 (PST) Message-ID: <9948cb690711301241r342f35fo48a588bbcfc27134@mail.gmail.com> Date: Fri, 30 Nov 2007 21:41:10 +0100 From: "olivier lamy" Sender: oliver.lamy@gmail.com To: continuum-users@maven.apache.org Subject: Re: Builds are in Queue In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1051_20030880.1196455270152" References: X-Google-Sender-Auth: e6f34f330600c86f X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1051_20030880.1196455270152 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Parrallel builds are not implemented. Concerning dependencies if you use maven2 and record your poms in continuum. Continuum will hande dependencies between projects. -- Olivier 2007/11/30, I am Who i am : > > Hi All > > When i executed 2 / 3 builds at the same time, only one is getting > executed, > is there a way to run them in parallel, instead of waiting for the > previous > one to complete, > > Also how do i define the project dependencies between projects / project > group? > for eg. > -: run i want to run project B after Project A completes, > -: run projct B in Group A should be followed by Project A in Group B > > is this possible? > ------=_Part_1051_20030880.1196455270152--