dblevins 2004/01/22 01:00:04
Modified: modules/common maven.xml
modules/kernel maven.xml
Log:
Updated to no longer use XDoclet when compiling or testing.
Revision Changes Path
1.7 +2 -6 incubator-geronimo/modules/common/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/common/maven.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- maven.xml 8 Sep 2003 04:11:32 -0000 1.6
+++ maven.xml 22 Jan 2004 09:00:04 -0000 1.7
@@ -5,11 +5,7 @@
<project default="default"
xmlns:j="jelly:core"
xmlns:u="jelly:util"
- xmlns:ant="jelly:ant"
- xmlns:xdoclet="common:xdoclet">
+ xmlns:ant="jelly:ant">
- <preGoal name="java:compile">
- <attainGoal name="xdoclet:jmxdoclet:compile"/>
- </preGoal>
</project>
1.4 +1 -9 incubator-geronimo/modules/kernel/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/modules/kernel/maven.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- maven.xml 10 Dec 2003 10:54:07 -0000 1.3
+++ maven.xml 22 Jan 2004 09:00:04 -0000 1.4
@@ -7,14 +7,6 @@
xmlns:ant="jelly:ant"
xmlns:xdoclet="common:xdoclet">
- <preGoal name="java:compile">
- <attainGoal name="xdoclet:jmxdoclet:compile"/>
- </preGoal>
-
- <preGoal name="test:compile">
- <attainGoal name="xdoclet:jmxdoclet:test-compile"/>
- </preGoal>
-
<preGoal name="xdoc:jelly-transform">
<attainGoal name="html2xdoc"/>
</preGoal>