Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 45049 invoked from network); 14 Feb 2006 23:08:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Feb 2006 23:08:24 -0000 Received: (qmail 59873 invoked by uid 500); 14 Feb 2006 23:08:21 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 59826 invoked by uid 500); 14 Feb 2006 23:08:21 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 59815 invoked by uid 99); 14 Feb 2006 23:08:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2006 15:08:21 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 66.249.92.198 as permitted sender) Received: from [66.249.92.198] (HELO uproxy.gmail.com) (66.249.92.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2006 15:08:18 -0800 Received: by uproxy.gmail.com with SMTP id k40so325117ugc for ; Tue, 14 Feb 2006 15:07:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iFKBiu/PiisDnLusJCSKVZ3XjyosAKXthlPE+AZ2rODXaFDlvz4eC/D3MlDBNailJ9wFcnVeuNk4Vym8hIAX93TL4uxdVuiA9JS3+IdXo1bYO0AI0exaoBR6UzdT+j8t2H7pas6njDg32f90VT0Rbzb3x8DMKwNBGOIXhHwH56Y= Received: by 10.66.164.4 with SMTP id m4mr1908272uge; Tue, 14 Feb 2006 15:07:57 -0800 (PST) Received: by 10.66.219.2 with HTTP; Tue, 14 Feb 2006 15:07:57 -0800 (PST) Message-ID: <74e15baa0602141507k631dcb05p1284d603cdee5e1b@mail.gmail.com> Date: Tue, 14 Feb 2006 18:07:57 -0500 From: Aaron Mulder Sender: ammulder@gmail.com To: dev@geronimo.apache.org, ahj@trifork.com Subject: Re: Migrating to maven 2 In-Reply-To: <43F26024.1080603@trifork.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43F1BA83.5010706@trifork.com> <43F26024.1080603@trifork.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I thought the biggest problem was that not all of our dependencies had valid POMs, or at least not all their transitive dependencies had valid POMs, so any Geronimo build eventually ran into missing/invalid POMs and crapped out. There was a Wiki page where progress on this front was being tracked. Anyone know where that issue stands? Thanks, Aaron On 2/14/06, Anders Hessellund Jensen wrote: > I have submitted a patch migrating some of the simpler modules to Maven > 2. The m2 build runs parallel with the m1 build. Nothing has been > touched except POM files. > > http://issues.apache.org/jira/browse/GERONIMO-1624 > > I suggest we continue along that path, making the m2 build run parallel > with the m1 build. When the m2 build works, we can end the m1 build and > change the directory layout to the new m2 layout, which should be very > easy when we have a working m2 build. > > I've added POMs for activation, kernel, common, converter, core, util, > system, deployment, management, derby, j2ee, j2ee-schema. > > Of course there may be errors in the build process of those modules, but > they will probably surface when more modules are migrated to m2. >