jdillon 2003/08/24 10:35:55
Modified: . maven.xml
Log:
o prevent the top-level project from doing jar:* tasks
Revision Changes Path
1.24 +5 -5 incubator-geronimo/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/maven.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- maven.xml 24 Aug 2003 13:59:00 -0000 1.23
+++ maven.xml 24 Aug 2003 17:35:55 -0000 1.24
@@ -109,12 +109,12 @@
<attainGoal name="modules:clean"/>
</preGoal>
- <preGoal name="default">
- <attainGoal name="modules:default"/>
- </preGoal>
-
<goal name="jar:deploy">
<attainGoal name="modules:jar:deploy"/>
+ </goal>
+
+ <goal name="default">
+ <attainGoal name="modules:default"/>
</goal>