Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 3345 invoked from network); 26 Oct 2005 22:36:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Oct 2005 22:36:52 -0000 Received: (qmail 2593 invoked by uid 500); 26 Oct 2005 22:36:51 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 2570 invoked by uid 500); 26 Oct 2005 22:36:51 -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 2559 invoked by uid 99); 26 Oct 2005 22:36:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2005 15:36:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.160.185.37] (HELO mail.denverdata.com) (216.160.185.37) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2005 15:36:48 -0700 Received: from boon.internal.denverdata.com (boon [127.0.0.1]) by mail.denverdata.com (Postfix) with SMTP id 8654D6DEE for ; Wed, 26 Oct 2005 16:36:17 -0600 (MDT) Received: from [192.168.255.105] (gateway.internal.denverdata.com [192.168.255.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Norman Douglass", Issuer "Denver Data Systems" (verified OK)) by mail.denverdata.com (Postfix) with ESMTP id 432DC6DEE for ; Wed, 26 Oct 2005 16:36:17 -0600 (MDT) Message-ID: <436004DF.5080300@denverdata.com> Date: Wed, 26 Oct 2005 16:36:15 -0600 From: Doug Douglass User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: how to maven 1 multiprojects Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: checked by VAMS (version: 1.56.3; VDB: 8.925) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N First off, where do you guys get all the time to release these projects? Between m2 2.0 and continuum 1.0, how much sleep have you been getting. Not that I'm complaining ;) Well done! Just up and running with continuum and I've dropped in two m1 projects: one a simple project, the other a multiproject where the root POM is in the parent directory of modules. I'd now like to drop in a larger multiproject where the root POM is in a sibling directory to the actual modules (yes, because we're using eclipse on this project ;). The "Getting Started" mentions a "special" goal in maven.xml. On larger (for us) projects we often write custom goals like project:build, project:clean, that just wrapup standard goals. But this "special" goal will have to go beyond what we usually do, for example I presume it will have to do a scm:checkout and/or scm:update to grab the modules. Any hints? examples? Thanks again. Doug