jdillon 2003/08/16 08:42:03
Modified: etc maven.xml
Log:
o specify the default goal for modules which do not provide a maven.xml
Revision Changes Path
1.6 +2 -2 incubator-geronimo/etc/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/etc/maven.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- maven.xml 16 Aug 2003 15:14:11 -0000 1.5
+++ maven.xml 16 Aug 2003 15:42:03 -0000 1.6
@@ -2,7 +2,7 @@
<!-- $Revision$ $Date$ -->
-<project
+<project default="default"
xmlns:j="jelly:core"
xmlns:u="jelly:util"
xmlns:ant="jelly:ant">