jstrachan 2003/08/15 00:52:51
Modified: . maven.xml
Log:
added back the exclusion of the xmlbeans module after someone broke it
Revision Changes Path
1.15 +2 -2 incubator-geronimo/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/maven.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- maven.xml 14 Aug 2003 23:13:01 -0000 1.14
+++ maven.xml 15 Aug 2003 07:52:50 -0000 1.15
@@ -21,7 +21,7 @@
</j:if>
<j:if test="${context.getVariable('modules.excludes') == null}">
- <j:set var="modules.excludes" value=""/>
+ <j:set var="modules.excludes" value="modules/xmlbeans/project.xml"/>
</j:if>
</goal>