Return-Path: Delivered-To: apmail-incubator-geronimo-cvs-archive@www.apache.org Received: (qmail 86948 invoked from network); 2 Mar 2004 22:28:37 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Mar 2004 22:28:37 -0000 Received: (qmail 37923 invoked by uid 500); 2 Mar 2004 22:28:24 -0000 Delivered-To: apmail-incubator-geronimo-cvs-archive@incubator.apache.org Received: (qmail 37769 invoked by uid 500); 2 Mar 2004 22:28:22 -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 37756 invoked from network); 2 Mar 2004 22:28:22 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 2 Mar 2004 22:28:22 -0000 Received: (qmail 86928 invoked by uid 1711); 2 Mar 2004 22:28:34 -0000 Date: 2 Mar 2004 22:28:34 -0000 Message-ID: <20040302222834.86927.qmail@minotaur.apache.org> From: dain@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo/modules/console-web maven.xml project.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/03/02 14:28:34 Modified: . maven.xml applications/jmxdebug maven.xml project.xml etc global.properties maven.xml modules/assembly maven.xml project.xml modules/console-web maven.xml project.xml Log: Build cleanup: o can now clean, clobber and rebuild on fresh (unbuilt) checkout o wars are now installed into the local maven repository o assembly depends on the jmxdebug and console-web wars Revision Changes Path 1.72 +32 -6 incubator-geronimo/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/maven.xml,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- maven.xml 24 Feb 2004 15:50:00 -0000 1.71 +++ maven.xml 2 Mar 2004 22:28:34 -0000 1.72 @@ -69,7 +69,6 @@ - - + + + + @@ -219,11 +220,36 @@ - + + ${modules.directories} + + +---------------------------------------- + | Cleaning: ${directory} + +---------------------------------------- + + + + + - + + ${modules.directories} + + +---------------------------------------- + | Clobbering: ${directory} + +---------------------------------------- + + + + + + + + + + 1.2 +2 -47 incubator-geronimo/applications/jmxdebug/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/applications/jmxdebug/maven.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- maven.xml 18 Feb 2004 15:29:30 -0000 1.1 +++ maven.xml 2 Mar 2004 22:28:34 -0000 1.2 @@ -8,51 +8,6 @@ xmlns:ant="jelly:ant"> - - - - - - - - - - - - - - - - Processing dependency: ${dependency.id} - - - - - - - - - - - - - - - - - - - - - - - - - + 1.3 +1 -8 incubator-geronimo/applications/jmxdebug/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/applications/jmxdebug/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 19 Feb 2004 09:00:27 -0000 1.2 +++ project.xml 2 Mar 2004 22:28:34 -0000 1.3 @@ -24,19 +24,12 @@ - - - - - geronimo-spec geronimo-spec-servlet ${pom.currentVersion} - - mx4j mx4j-jmx 1.8 +3 -1 incubator-geronimo/etc/global.properties Index: global.properties =================================================================== RCS file: /home/cvs/incubator-geronimo/etc/global.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- global.properties 18 Feb 2004 22:16:33 -0000 1.7 +++ global.properties 2 Mar 2004 22:28:34 -0000 1.8 @@ -16,6 +16,8 @@ maven.junit.fork=true +#maven.war.final.name=${pom.artifactId}-${pom.currentVersion}.war + maven.simian.linecount=3 # Force module tests to run, even if maven thinks they have passed 1.30 +5 -1 incubator-geronimo/etc/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/etc/maven.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- maven.xml 18 Feb 2004 22:11:28 -0000 1.29 +++ maven.xml 2 Mar 2004 22:28:34 -0000 1.30 @@ -20,6 +20,10 @@ + + + + 1.6 +5 -2 incubator-geronimo/modules/assembly/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/assembly/maven.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- maven.xml 25 Feb 2004 08:01:08 -0000 1.5 +++ maven.xml 2 Mar 2004 22:28:34 -0000 1.6 @@ -45,6 +45,9 @@ + + + @@ -149,7 +152,7 @@ - + 1.5 +15 -1 incubator-geronimo/modules/assembly/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/assembly/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 24 Feb 2004 06:05:36 -0000 1.4 +++ project.xml 2 Mar 2004 22:28:34 -0000 1.5 @@ -55,6 +55,13 @@ geronimo + geronimo-console-web + ${pom.currentVersion} + war + + + + geronimo geronimo-core ${pom.currentVersion} @@ -79,6 +86,13 @@ geronimo geronimo-jetty ${pom.currentVersion} + + + + geronimo + geronimo-jmxdebug + ${pom.currentVersion} + war 1.5 +2 -20 incubator-geronimo/modules/console-web/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/maven.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- maven.xml 20 Feb 2004 23:28:41 -0000 1.4 +++ maven.xml 2 Mar 2004 22:28:34 -0000 1.5 @@ -8,24 +8,6 @@ xmlns:ant="jelly:ant"> - - - - - - - - - - - - - - - - - - + 1.5 +4 -3 incubator-geronimo/modules/console-web/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/console-web/project.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- project.xml 19 Feb 2004 09:00:27 -0000 1.4 +++ project.xml 2 Mar 2004 22:28:34 -0000 1.5 @@ -10,8 +10,9 @@ - Geronimo :: Web Console - geronimo-web-console + Geronimo :: Console Web + geronimo-console-web + war