Return-Path: Delivered-To: apmail-incubator-geronimo-cvs-archive@www.apache.org Received: (qmail 20779 invoked from network); 1 Sep 2003 16:46:42 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 1 Sep 2003 16:46:42 -0000 Received: (qmail 7323 invoked by uid 500); 1 Sep 2003 16:46:30 -0000 Delivered-To: apmail-incubator-geronimo-cvs-archive@incubator.apache.org Received: (qmail 7264 invoked by uid 500); 1 Sep 2003 16:46:29 -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 7220 invoked from network); 1 Sep 2003 16:46:29 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 1 Sep 2003 16:46:29 -0000 Received: (qmail 20732 invoked by uid 1715); 1 Sep 2003 16:46:34 -0000 Date: 1 Sep 2003 16:46:34 -0000 Message-ID: <20030901164634.20731.qmail@minotaur.apache.org> From: jdillon@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo/etc 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 09:46:34 Modified: etc maven.xml Log: o put back some goals to make it easier to call xdoclet o made the set configurable to hook into java:compile and test:compile Revision Changes Path 1.14 +17 -2 incubator-geronimo/etc/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/etc/maven.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- maven.xml 1 Sep 2003 16:29:47 -0000 1.13 +++ maven.xml 1 Sep 2003 16:46:34 -0000 1.14 @@ -7,7 +7,8 @@ xmlns:u="jelly:util" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven" - xmlns:define="jelly:define"> + xmlns:define="jelly:define" + xmlns:xdoclet="common:xdoclet"> @@ -190,5 +191,19 @@ + + + + + + + +