From geronimo-cvs-return-880-apmail-incubator-geronimo-cvs-archive=incubator.apache.org@incubator.apache.org Mon Sep 01 09:58:20 2003 Return-Path: Delivered-To: apmail-incubator-geronimo-cvs-archive@www.apache.org Received: (qmail 45089 invoked from network); 1 Sep 2003 09:58:20 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Sep 2003 09:58:20 -0000 Received: (qmail 97341 invoked by uid 500); 1 Sep 2003 09:57:04 -0000 Delivered-To: apmail-incubator-geronimo-cvs-archive@incubator.apache.org Received: (qmail 97237 invoked by uid 500); 1 Sep 2003 09:57:03 -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 97115 invoked from network); 1 Sep 2003 09:57:02 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 1 Sep 2003 09:57:02 -0000 Received: (qmail 40308 invoked by uid 1715); 1 Sep 2003 09:49:32 -0000 Date: 1 Sep 2003 09:49:32 -0000 Message-ID: <20030901094932.40307.qmail@minotaur.apache.org> From: jdillon@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo README.txt 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 jdillon 2003/09/01 02:49:32 Modified: . README.txt maven.xml Log: o Updated how the reactor includes are generated. Now possible to specify a list of comma seperated module names via -Dmodules=moduleA,moduleB to onlu include moduleA and moduleB in the reactor o Updated README to this effect o Read comments in maven.xml:modules:reactor:init for full details Revision Changes Path 1.8 +5 -1 incubator-geronimo/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/incubator-geronimo/README.txt,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- README.txt 30 Aug 2003 15:09:19 -0000 1.7 +++ README.txt 1 Sep 2003 09:49:31 -0000 1.8 @@ -23,6 +23,10 @@ NOTE: maven rebuild currently has some problems due to a bug in the reactor. +To only build select modules (assumes that depends are installed already): + + maven -Dmodules=common,core + To clean your workspace: maven clean @@ -38,6 +42,6 @@ maven run -Rr for the HTML website: +For the HTML website: maven site 1.32 +100 -24 incubator-geronimo/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/maven.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- maven.xml 1 Sep 2003 07:44:29 -0000 1.31 +++ maven.xml 1 Sep 2003 09:49:31 -0000 1.32 @@ -17,6 +17,98 @@ + + + + + + + + + + + + + + + + + + + + + ${module.types} + + + + + + + + + + ${module.includes} + + + + + + + + + + + + + + ${module.excludes} + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -28,28 +120,13 @@ - - - - - - - - - - - - - + - + - - Aggregating module documentation... + Aggregating module site documentation... @@ -349,7 +425,7 @@ + description="Creates the entire website and copies it to the local CVS repository so that it can be checked in to update the Incubator site">