From geronimo-cvs-return-879-apmail-incubator-geronimo-cvs-archive=incubator.apache.org@incubator.apache.org Mon Sep 01 07:45:29 2003 Return-Path: Delivered-To: apmail-incubator-geronimo-cvs-archive@www.apache.org Received: (qmail 79500 invoked from network); 1 Sep 2003 07:45:28 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Sep 2003 07:45:28 -0000 Received: (qmail 4796 invoked by uid 500); 1 Sep 2003 07:44:48 -0000 Delivered-To: apmail-incubator-geronimo-cvs-archive@incubator.apache.org Received: (qmail 4623 invoked by uid 500); 1 Sep 2003 07:44:44 -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 4533 invoked from network); 1 Sep 2003 07:44:42 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 1 Sep 2003 07:44:42 -0000 Received: (qmail 78735 invoked by uid 1715); 1 Sep 2003 07:44:29 -0000 Date: 1 Sep 2003 07:44:29 -0000 Message-ID: <20030901074429.78734.qmail@minotaur.apache.org> From: jdillon@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 jdillon 2003/09/01 00:44:29 Modified: . maven.xml Log: o use reactorProjects to determine which modules' site docs to copy Revision Changes Path 1.31 +35 -33 incubator-geronimo/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/maven.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- maven.xml 29 Aug 2003 19:33:43 -0000 1.30 +++ maven.xml 1 Sep 2003 07:44:29 -0000 1.31 @@ -68,9 +68,11 @@ + + + - @@ -187,7 +189,7 @@ - + Aggregating modules... @@ -226,7 +228,7 @@ - + @@ -318,37 +320,38 @@ + description="Copy the generated websites of all the modules into the root project"> + + Aggregating module documentation... + + + + - - + + Processing ${module.id}... - - - + + - - ${file.parentFile.name} - ${file.parentFile.parentFile.name} - ${basedir}/target/docs/${type}/${name} - - Copying module ${name} documentation to ${outDir} - - - - - + + ${module.file.parentFile.name} + ${module.file.parentFile.parentFile.name} + ${aggregate.dir}/${moduleTypeDirName}/${moduleDirName} - + + Copying docs to ${outputDir}... + + + + + - - + @@ -359,7 +362,7 @@ - + @@ -398,12 +401,10 @@ - + - - + @@ -449,6 +450,7 @@ +