Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 5394 invoked from network); 31 Aug 2005 10:48:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Aug 2005 10:48:00 -0000 Received: (qmail 51422 invoked by uid 500); 31 Aug 2005 10:47:54 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 51316 invoked by uid 500); 31 Aug 2005 10:47:53 -0000 Mailing-List: contact scm-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 scm@geronimo.apache.org Received: (qmail 51056 invoked by uid 99); 31 Aug 2005 10:47:52 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2005 03:47:50 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id B9999DF for ; Wed, 31 Aug 2005 12:47:49 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: scm@geronimo.apache.org Date: Wed, 31 Aug 2005 10:47:49 -0000 Message-ID: <20050831104749.7171.33398@ajax.apache.org> Subject: [Geronimo Wiki] Update of "EclipseDeployment" by Sachin Patel X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification. The following page has been changed by Sachin Patel: http://wiki.apache.org/geronimo/EclipseDeployment ------------------------------------------------------------------------------ After updating this file the Eclipse projects can be generated by invoking: {{{ - $ maven -o m:eclipse + $ maven -o m:eclipse -Dmaven.eclipse.buildcommands=org.mevenide.ui.mavenbuilder -Dmaven.eclipse.projectnatures=org.mevenide.ui.mavennature }}} The '''-o''' option will do an offline build and this goes pretty quickly. ----