Return-Path: Delivered-To: apmail-incubator-geronimo-cvs-archive@www.apache.org Received: (qmail 6925 invoked from network); 18 Feb 2004 22:15:37 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Feb 2004 22:15:37 -0000 Received: (qmail 70239 invoked by uid 500); 18 Feb 2004 22:15:23 -0000 Delivered-To: apmail-incubator-geronimo-cvs-archive@incubator.apache.org Received: (qmail 70218 invoked by uid 500); 18 Feb 2004 22:15:23 -0000 Mailing-List: contact geronimo-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-cvs@incubator.apache.org Received: (qmail 70199 invoked from network); 18 Feb 2004 22:15:23 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 18 Feb 2004 22:15:23 -0000 Received: (qmail 6911 invoked by uid 1711); 18 Feb 2004 22:15:34 -0000 Date: 18 Feb 2004 22:15:34 -0000 Message-ID: <20040218221534.6910.qmail@minotaur.apache.org> From: dain@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo maven.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N dain 2004/02/18 14:15:34 Modified: . maven.xml Log: Changed reactor build documentation to match actual variable names used Removed all unused aggregation code Removed all usused (and broken) goals Revision Changes Path 1.67 +11 -188 incubator-geronimo/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/maven.xml,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- maven.xml 17 Feb 2004 07:26:46 -0000 1.66 +++ maven.xml 18 Feb 2004 22:15:34 -0000 1.67 @@ -8,7 +8,6 @@ xmlns:ant="jelly:ant" xmlns:maven="jelly:maven" xmlns:define="jelly:define" - xmlns:aggregate="local:aggregate" xmlns:modules="local:modules"> @@ -81,10 +80,10 @@ | | Uses 4 properties to control which modules will be include: | - | modules.types Comma seperated list of module types (ie. specs or modules) - | modules.includes Comma seperated list of module names (ie. common, core, ...) - | modules Same as modules.includes, modules.includes initializes to this value - | modules.excludes Comma seperated list of module names to exclude + | module.types Comma seperated list of module types (ie. specs or modules) + | module.includes Comma seperated list of module names (ie. common, core, ...) + | modules Same as module.includes, module.includes initializes to this value + | module.excludes Comma seperated list of module names to exclude | | The end result is that modules.reactor.includes is set to the project.xml files | to include. This is the value the reactor will use. @@ -169,15 +168,7 @@ - - - - - - - - @@ -204,13 +195,7 @@ - - - - @@ -226,27 +211,23 @@ - + - + - + - + - - - - - + @@ -261,17 +242,12 @@ - - - - - - + This step is no longer necessary. Simply use 'maven' to build the server. @@ -357,157 +333,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aggregating modules... - - - - - - - Processing ${module.id}... - - - - - - - - - - - - - - - - - - Processing dependency: ${dependency.id} - - - - - - - - - - - ${destinations} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -