From continuum-users-return-5749-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Wed Jan 23 18:43:07 2008 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 53458 invoked from network); 23 Jan 2008 18:43:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jan 2008 18:43:07 -0000 Received: (qmail 41051 invoked by uid 500); 23 Jan 2008 18:42:56 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 41021 invoked by uid 500); 23 Jan 2008 18:42:56 -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 41010 invoked by uid 99); 23 Jan 2008 18:42:56 -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 10:42:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wsmoak@gmail.com designates 209.85.132.251 as permitted sender) Received: from [209.85.132.251] (HELO an-out-0708.google.com) (209.85.132.251) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2008 18:42:30 +0000 Received: by an-out-0708.google.com with SMTP id d30so708734and.79 for ; Wed, 23 Jan 2008 10:42:36 -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:content-transfer-encoding:content-disposition:references; bh=QOZcplRagaZip9go+AKfbnWY4y6GYc50fzZ4KXLABtk=; b=ihzVeIGQtazuBLRM8y9LtZM0iNgNQNkxlPpw0SW5wAPO6pZS25QINBAqpPVF4tpeGQcD6X3DI0k1OlUBAXmcqRTBc1EdX+gYsn0TfIDZdMh8CbodrfiSR682yyDp8Stnrij2FttmzfZ6OlbdrwzjB0xq9a5Q2lq31P4xlrjMgJQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ePqmc01zTna/+QJZSU0byybRgrmhKyfSckcTP4fn4kb9WDDHu0h1f3bMdBtYbRtO5IUZtYMueJ788ISQVCGsSrnVdORtrDDmLPzaI7T9/nril0zmISftXFwIYTQAIvpCTxBGur2140m3wnya7uVCVBpe9vtNHiVgHLUTyas9A4o= Received: by 10.100.241.17 with SMTP id o17mr21027126anh.32.1201113756402; Wed, 23 Jan 2008 10:42:36 -0800 (PST) Received: by 10.100.4.13 with HTTP; Wed, 23 Jan 2008 10:42:36 -0800 (PST) Message-ID: Date: Wed, 23 Jan 2008 11:42:36 -0700 From: "Wendy Smoak" To: continuum-users@maven.apache.org, patrick@ps1.net Subject: Re: Recursive maven projects In-Reply-To: <43656.192.168.1.70.1201113473.webmail@192.168.1.70> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <43656.192.168.1.70.1201113473.webmail@192.168.1.70> X-Virus-Checked: Checked by ClamAV on apache.org On Jan 23, 2008 11:37 AM, Patrick Shea wrote: > Well, it's pretty similar, it means don't run the command (maven: compile,deploy, etc and subversion: co,up etc) recursively. > > If there was a way to exclude from the scm command all sub projects declared in the section that would do the trick. anything else left would be considered legitimate. How do you propose to tell Subversion to check out "the contents of this directory and the 'src' subdirectory, but none of the other subdirectories" ? -- Wendy