Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 53360 invoked from network); 28 Nov 2007 23:39:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Nov 2007 23:39:10 -0000 Received: (qmail 71109 invoked by uid 500); 28 Nov 2007 23:38:57 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 71086 invoked by uid 500); 28 Nov 2007 23:38:57 -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 71075 invoked by uid 99); 28 Nov 2007 23:38:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2007 15:38:57 -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 mickknutson@gmail.com designates 209.85.146.181 as permitted sender) Received: from [209.85.146.181] (HELO wa-out-1112.google.com) (209.85.146.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2007 23:38:37 +0000 Received: by wa-out-1112.google.com with SMTP id v33so1840136wah for ; Wed, 28 Nov 2007 15:38:40 -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:to:subject:in-reply-to:mime-version:content-type:references; bh=f7leJ8wZ4M1mcmpfyclBnOk9jV6pcEpWVsXe0r0FZ6o=; b=Z7ZJYPUirWE9ZkpYtQuivRUnoMnZbeRItxoy1oIRbWhLnq/FxgVAXwX8UteXX6iYmMai2GHRQjlYVKBbsl6UdsFBTVC6NZG/xoIFyX3QFiR4ibdJ/pj02hyEG5MK5En7Fq/8a0u0U0OACzuOP8qsiG8aE7q0+ANOoCYMx8OVF74= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=il037lleWlAipv5GWtSvqm2N6+N4ivqir5Gc1UPZ/vHk2LuTGhkpCrwi+fu/mxn2s5t+mAXThrsQQUXwss6Ze/D6M3s3AeLHFycd9xzmcBNyhMpX1xrYqr0BvZ7J5zJF6jeK7aZsABUI+2lyousFa6GcmWJm4RBpfgkKPwXdgIY= Received: by 10.114.107.19 with SMTP id f19mr518373wac.1196293119149; Wed, 28 Nov 2007 15:38:39 -0800 (PST) Received: by 10.114.185.12 with HTTP; Wed, 28 Nov 2007 15:38:39 -0800 (PST) Message-ID: <4c30ee7d0711281538k814bdfm4c594a748535e90b@mail.gmail.com> Date: Wed, 28 Nov 2007 15:38:39 -0800 From: "Mick Knutson" To: continuum-users@maven.apache.org Subject: Re: [c-1.1] Trying to understand my 1st multi-module ci build In-Reply-To: <4c30ee7d0711281511k52e08e6fp1907f1154b992d0f@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7609_21668033.1196293119135" References: <4c30ee7d0711281511k52e08e6fp1907f1154b992d0f@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7609_21668033.1196293119135 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline When I don't check that checkbox, I get all my pom.xml to show up, but when I run just my master pom.xml, the others still do not build it seems. Is this what the --non-recursive is for? On Nov 28, 2007 3:11 PM, Mick Knutson wrote: > I am trying to understand how to properly setup, and verify that my > project has run in v1.1 > > I have added a maven2 project from my master pom.xml and checked the " For > multi modules project, load only root as recursive build" checkbox. > > THen when I run when I run the build, I get:L > > [INFO] Scanning for projects... > [INFO] ---------------------------------------------------------------------------- > [INFO] Building Delta Dental ESP DAP Project Overview > [INFO] task-segment: [clean, install] > [INFO] ---------------------------------------------------------------------------- > [INFO] [clean:clean] > [INFO] Deleting directory /opt/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/1/target > [INFO] Deleting directory /opt/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/1/target/classes > [INFO] Deleting directory /opt/continuum-1.1 > /apps/continuum/webapp/WEB-INF/working-directory/1/target/test-classes > [INFO] Deleting directory /opt/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/1/target/site > [INFO] [buildnumber:create {execution: default}] > [INFO] Storing buildNumber: 2007-11-28 15:01:35 at timestamp: 1196290895955 > [INFO] [site:attach-descriptor] > [INFO] [install:install] > [INFO] Installing /opt/continuum-1.1/apps/continuum/webapp/WEB-INF/working-directory/1/pom.xml to /home/dapadmin/.m2/repository/org/delta/esp/dap/E1B-1.0-SNAPSHOT/dap-E1B-1.0-SNAPSHOT.pom > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD SUCCESSFUL > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 17 seconds > [INFO] Finished at: Wed Nov 28 15:01:42 PST 2007 > [INFO] Final Memory: 13M/116M > [INFO] ------------------------------------------------------------------------ > > > Now my build has >20 modules and takes about 4 minutes to build. > Am I missing something in the setup of this project? > Do I need to add each pom.xml individually? I have >20 of them. > > -- > Thanks, > Mick Knutson > > http://www.baselogic.com > http://www.blincmagazine.com > http://www.djmick.com > http://www.myspace.com/mickknutson > http://www.myspace.com/BLiNCMagazine > http://tahoe.baselogic.com > --- -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.djmick.com http://www.myspace.com/mickknutson http://www.myspace.com/BLiNCMagazine http://tahoe.baselogic.com --- ------=_Part_7609_21668033.1196293119135--