jstrachan 2003/08/13 01:57:00
Modified: . maven.xml
Log:
made the default goal of the build to build all the modules
Revision Changes Path
1.7 +2 -2 incubator-geronimo/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/maven.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- maven.xml 12 Aug 2003 14:48:56 -0000 1.6
+++ maven.xml 13 Aug 2003 08:57:00 -0000 1.7
@@ -2,7 +2,7 @@
<!-- $Id$ -->
-<project default="jar:install"
+<project default="modules:build"
xmlns:j="jelly:core"
xmlns:ant="jelly:ant"
xmlns:maven="jelly:maven">