Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 72734 invoked from network); 5 Aug 2006 13:30:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Aug 2006 13:30:16 -0000 Received: (qmail 61240 invoked by uid 500); 5 Aug 2006 13:30:09 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 61203 invoked by uid 500); 5 Aug 2006 13:30:09 -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 61192 invoked by uid 99); 5 Aug 2006 13:30:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Aug 2006 06:30:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.181.65.237] (HELO sun.savoirtech.com) (209.181.65.237) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 05 Aug 2006 06:30:08 -0700 Received: from [206.197.197.22] ([206.197.197.22]) (authenticated bits=0) by sun.savoirtech.com (8.13.7/8.13.6) with ESMTP id k75DTi2I010539 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 5 Aug 2006 07:29:44 -0600 Message-ID: <44D49DE6.5020805@apache.org> Date: Sat, 05 Aug 2006 07:32:22 -0600 From: Jeff Genender Reply-To: jgenender@apache.org Organization: Apache Geronimo User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Maven2... we are almost there! References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.6 (2005-12-07) on sun.savoirtech.com X-Virus-Scanned: ClamAV 0.88.3/1635/Fri Aug 4 07:00:11 2006 on sun.savoirtech.com X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-105.1 required=5.6 tests=ALL_TRUSTED,AWL,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.0.6 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The mvn eclipse:eclipse has big issues with the xmlbeans generated classes (I wrote a hack in our maven 1 build to deal with this). Have you gotten this to work? Thanks, jeff Jason Dillon wrote: > I have finished merging svkmerge/m2migration to trunk. Now it is time > for everyone to start using the m2 build... and avoid using the m1 build. > > I updated the docs here which explain what you must do: > > > http://cwiki.apache.org/GMOxDEV/building-apache-geronimo-with-maven-2.html > > You should bootstrap at least once. This is temporary and will be > removed soon. > > * * * > > Please, please, please start using the m2 build. If for some reason you > end up going back to m1 please let us know so we can fix it. > > The last major issue left unresolved (that I am ware of) is the car > plugins support for geronimo-plugin.xml fluff, which I am working on > resolving. > > --jason