Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 66570 invoked from network); 20 Feb 2006 21:34:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Feb 2006 21:34:49 -0000 Received: (qmail 92964 invoked by uid 500); 20 Feb 2006 21:34:48 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 92947 invoked by uid 500); 20 Feb 2006 21:34:48 -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 92934 invoked by uid 99); 20 Feb 2006 21:34:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2006 13:34:48 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 20 Feb 2006 13:34:47 -0800 Received: (qmail 66296 invoked by uid 65534); 20 Feb 2006 21:34:27 -0000 Message-ID: <20060220213427.66294.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r379245 - /geronimo/trunk/maven.xml Date: Mon, 20 Feb 2006 21:34:26 -0000 To: scm@geronimo.apache.org From: jlaskowski@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jlaskowski Date: Mon Feb 20 13:34:25 2006 New Revision: 379245 URL: http://svn.apache.org/viewcvs?rev=379245&view=rev Log: Introduce Maven2-based goals and a property to wire it into the build. + The m2 property is to ignite the build of the kernel module using Maven2 + The goal: m2 is to create a template to execute Maven2 commands via goal property + The execmvn goal is to execute Maven2 shell script either mvn.bat or mvn based on OS (it surely needs more appropriate OS names) Run maven -Dm2=true new to build Geronimo with the new goal and execute mvn install on the kernel module Run maven m2 to execute mvn install on the kernel module only Modified: geronimo/trunk/maven.xml Modified: geronimo/trunk/maven.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/maven.xml?rev=379245&r1=379244&r2=379245&view=diff ============================================================================== --- geronimo/trunk/maven.xml (original) +++ geronimo/trunk/maven.xml Mon Feb 20 13:34:25 2006 @@ -71,6 +71,26 @@ + + + + + + + + + + + + + + + + + + + +