jstrachan 2003/08/22 04:20:43
Modified: . maven.xml
Log:
renamed the xmlbeans package to be called xbeans so that it doesn't clash
with the existing XMLBeans open source project - nor to imply that we are
somehow tied to XMLBeans.
Revision Changes Path
1.20 +11 -2 incubator-geronimo/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/maven.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- maven.xml 16 Aug 2003 19:57:47 -0000 1.19
+++ maven.xml 22 Aug 2003 11:20:43 -0000 1.20
@@ -21,7 +21,7 @@
</j:if>
<j:if test="${context.getVariable('modules.excludes') == null}">
- <j:set var="modules.excludes" value="modules/xmlbeans/project.xml"/>
+ <j:set var="modules.excludes" value="modules/xbeans/project.xml"/>
</j:if>
</goal>
@@ -61,6 +61,11 @@
<attainGoal name="modules:reactor"/>
</goal>
+ <goal name="modules:jar:deploy">
+ <j:set var="goals" value="jar:deploy"/>
+ <attainGoal name="modules:reactor"/>
+ </goal>
+
<preGoal name="clean">
<attainGoal name="modules:clean"/>
</preGoal>
@@ -68,6 +73,10 @@
<preGoal name="default">
<attainGoal name="modules:default"/>
</preGoal>
+
+ <goal name="jar:deploy">
+ <attainGoal name="modules:jar:deploy"/>
+ </goal>
<!-- ========================= -->