Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 4954 invoked from network); 9 Apr 2008 22:49:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2008 22:49:32 -0000 Received: (qmail 19025 invoked by uid 500); 9 Apr 2008 22:49:32 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 18992 invoked by uid 500); 9 Apr 2008 22:49:32 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 18983 invoked by uid 99); 9 Apr 2008 22:49:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 15:49:31 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [166.73.19.151] (HELO Mail2.Fiserv.com) (166.73.19.151) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 22:48:41 +0000 X-IronPort-AV: E=Sophos;i="4.25,631,1199685600"; d="scan'208";a="18079017" Received: from unknown (HELO Mail4.Fiserv.com) ([10.3.226.4]) by Mail2.Fiserv.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 09 Apr 2008 17:48:34 -0500 Received: from PHLXCHFE1.Mail.Fiserv.net ([10.3.226.11]) by Mail4.Fiserv.com (Switch-3.3.0/Switch-3.3.0) with ESMTP id m39Mm2wC019468 for ; Wed, 9 Apr 2008 18:48:08 -0400 Received: from MKEXCHVS2.Mail.Fiserv.net ([10.3.243.31]) by PHLXCHFE1.Mail.Fiserv.net with Microsoft SMTPSVC(6.0.3790.3959); Wed, 9 Apr 2008 18:48:49 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Non-Recursive Build Question Date: Wed, 9 Apr 2008 17:48:38 -0500 Message-ID: <69AB3F80173BDD46960FB60E86DF94F8058DF71E@MKEXCHVS2.Mail.Fiserv.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Non-Recursive Build Question Thread-Index: Aciak9n1z6pdPdSHQeG6YBxFsnuz5A== From: "Harper, Brad" To: X-OriginalArrivalTime: 09 Apr 2008 22:48:49.0711 (UTC) FILETIME=[E07B5BF0:01C89A93] X-Virus-Checked: Checked by ClamAV on apache.org Hello: I have a multi-module maven project. As its build, I'd like to install it before proceeding with the builds for a small subset of its sub-projects. The 'install' is intended so that correct is defined for its modules. I've created a Continuum project group, a member of which is this top-level project. It's build defined as '--non-recursive install:install', but when the build is initiated, *all* of the contents at the scm url are checked out into the working directory. All I need to build and install this project is the project's pom.xml itself. How do I suppress the checkout to match the --non-recursive nature of the build? Thanks. Brad Harper