Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 75998 invoked from network); 27 Oct 2005 06:42:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Oct 2005 06:42:28 -0000 Received: (qmail 65605 invoked by uid 500); 27 Oct 2005 06:42:28 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 65585 invoked by uid 500); 27 Oct 2005 06:42:27 -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 65574 invoked by uid 99); 27 Oct 2005 06:42:27 -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 23:42:27 -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 [62.193.206.151] (HELO mailsender.amenworld.com) (62.193.206.151) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2005 23:42:24 -0700 Received: from webmail9.amenworld.com (webmail9.amenworld.com [62.193.206.9]) by mailsender.amenworld.com (Postfix) with SMTP id CCC6B9981B8 for ; Thu, 27 Oct 2005 08:42:04 +0200 (CEST) Received: (qmail 14619 invoked from network); 27 Oct 2005 06:42:04 -0000 Received: from 26.29.99-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.99.29.26) by 0 with SMTP; 27 Oct 2005 06:42:04 -0000 Message-ID: <436076B7.7060201@venisse.net> Date: Thu, 27 Oct 2005 08:41:59 +0200 From: Emmanuel Venisse User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: fr, en MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: how to maven 1 multiprojects References: <436004DF.5080300@denverdata.com> <436018BE.9060600@denverdata.com> In-Reply-To: <436018BE.9060600@denverdata.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Can you filed a jira issue? Emmanuel Doug Douglass a �crit : > OK, replying to myself -- bad form, but here's what I've got so far: > > * Added some maven.xml goals to wrapup multiproject goals > * Added multiproject to continuum (failed with NPEs until I added > xmlns attribute to project element) > * Adjusted the scm url (CVS) of the project to the directory one level > above the build module. > * Adjusted the build definition POM filename ("Relative path of the > POM file") to "build/project.xml" > > Continuum is successfully checking out the whole multiproject structure > but chokes with: > org.apache.maven.continuum.execution.ContinuumBuildExecutorException: > Could not find Maven project descriptor. > > If I go behind the scenes of continuum, into this projects working > directory, and execute "maven -p build/project.xml project:clean" maven > reports success. So it appears a POM relative path is not working. > > Doug Douglass wrote: > >> 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 > > > > >