Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 78799 invoked from network); 23 Jan 2008 16:21:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jan 2008 16:21:00 -0000 Received: (qmail 46463 invoked by uid 500); 23 Jan 2008 16:20:49 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 46437 invoked by uid 500); 23 Jan 2008 16:20:49 -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 46426 invoked by uid 99); 23 Jan 2008 16:20:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2008 08:20:49 -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 [207.97.245.125] (HELO smtp125.iad.emailsrvr.com) (207.97.245.125) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2008 16:20:23 +0000 Received: from relay2.r2.iad.emailsrvr.com (localhost [127.0.0.1]) by relay2.r2.iad.emailsrvr.com (SMTP Server) with ESMTP id 5272844C00C for ; Wed, 23 Jan 2008 11:20:29 -0500 (EST) Received: from ps1.net (webmail16.webmail.iad.mlsrvr.com [192.168.1.21]) by relay2.r2.iad.emailsrvr.com (SMTP Server) with ESMTP id 4306A451973 for ; Wed, 23 Jan 2008 11:20:29 -0500 (EST) Received: by secure.webmail.us (Authenticated sender: patrick@ps1.net, from: patrick@ps1.net) with HTTP; Wed, 23 Jan 2008 08:20:29 -0800 (PST) Date: Wed, 23 Jan 2008 08:20:29 -0800 (PST) Subject: Recursive maven projects From: "Patrick Shea" To: continuum-users@maven.apache.org Reply-To: patrick@ps1.net MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: quoted-printable Importance: Normal X-Priority: 3 (Normal) X-Type: 1 Message-ID: <48194.192.168.1.70.1201105229.webmail@192.168.1.70> X-Mailer: webmail6.5.1 X-Virus-Checked: Checked by ClamAV on apache.org When using a recursive maven project continuum does the right thing by crea= ting a project for each pom but it also means that the checkout will also b= e repeated for each project even if it's not needed (ie: pom projects usual= ly only contain one file, pom.xml)=0A=0ASo in my case:=0A=0Apom1.xml=0A+pom= 2.xml=0A++pom3.xml=0A=0AContinuum will create 3 projects but in my build ar= eas projects 1 and 2 will also checkout everything from project 3.=0A=0AI c= an't see an option to limit the checkout to be non recursive for project 1 = and 2.=0A=0AIs there a way?=0A=0APatrick