Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 28976 invoked from network); 7 Oct 2005 11:22:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Oct 2005 11:22:07 -0000 Received: (qmail 73064 invoked by uid 500); 7 Oct 2005 11:22:05 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 72963 invoked by uid 500); 7 Oct 2005 11:22:04 -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 72879 invoked by uid 99); 7 Oct 2005 11:22:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2005 04:22:04 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of markhobson@gmail.com designates 66.249.82.202 as permitted sender) Received: from [66.249.82.202] (HELO xproxy.gmail.com) (66.249.82.202) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2005 04:22:07 -0700 Received: by xproxy.gmail.com with SMTP id i32so168732wxd for ; Fri, 07 Oct 2005 04:21:42 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RLkraz16rdTnrVghLDfPWOvXiTB1b9ztWaVJGFLYLw/sawby87SBoDTkKKzIoxnmCsQtYIg+n1XrXKPFakv7Chj5yNCw+KlOka2qB4xxiyfrNcI/BiKJx0UMFvuSjEfUrouFfbiKSIkHrHkH4+NZeXkOudgXU6facXkiJbrhzyw= Received: by 10.70.57.12 with SMTP id f12mr63776wxa; Fri, 07 Oct 2005 04:21:42 -0700 (PDT) Received: by 10.70.58.16 with HTTP; Fri, 7 Oct 2005 04:21:42 -0700 (PDT) Message-ID: Date: Fri, 7 Oct 2005 12:21:42 +0100 From: Mark Hobson To: continuum-users@maven.apache.org Subject: Re: Help on errors when loaing Maven2 POM In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <661AC1D6951B6C41BDD522EA610766972A1C96@callisto.motricity.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 07/10/05, Ashley Williams wrote: > I believe continuum does a checkout of everything under the > repository location you specify under in your scm tag - so provided > you retain the same project structure in your repository as you would > expect on disk, I'm guessing that should be ok. In other words I > think continuum does a single ordinary checkout and build the same as > any user would, just somewhere else on your disk. > > So if your pom location is http://server/repo/proj/trunk/pom.xml > you would specify in your scm tag: http://server/repo/proj/trunk Yep, this is what I've got. Only extra is that I also define the scm url in the child pom's accordingly. Mark