djencks 2005/11/02 17:04:48
Modified: modules/core maven.xml
Log:
GERONIMO-1123 Attempt to fix the circular dependency
Revision Changes Path
1.8 +7 -1 openejb/modules/core/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/projects/openejb/scm/openejb/modules/core/maven.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- maven.xml 22 Dec 2004 05:42:38 -0000 1.7
+++ maven.xml 2 Nov 2005 22:04:48 -0000 1.8
@@ -6,6 +6,12 @@
xmlns:j="jelly:core"
xmlns:ant="jelly:ant"
>
+
+ <!-- Construct dependency lists for inclusion in generated jar. -->
+ <postGoal name="java:compile">
+ <attainGoal name="geronimo:dependency"/>
+ </postGoal>
+
<preGoal name="test:compile">
<ant:mkdir dir="${basedir}/target/test-ejb-jar/META-INF"/>
<copy todir="${basedir}/target/test-ejb-jar/META-INF">