mcconnell 2004/03/31 02:50:03 Modified: fortress/container-test maven.xml Log: fix broken maven.xml Revision Changes Path 1.3 +1 -3 avalon-excalibur/fortress/container-test/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/fortress/container-test/maven.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- maven.xml 31 Mar 2004 10:28:58 -0000 1.2 +++ maven.xml 31 Mar 2004 10:50:03 -0000 1.3 @@ -23,7 +23,7 @@ <!-- Generate fortress meta descriptors --> <!-- ===================================================================== --> - <postGoal name="java:compile"> + <postGoal name="test:compile"> <attainGoal name="provide-fortress-meta"/> </postGoal> @@ -35,11 +35,9 @@ classname="org.apache.avalon.fortress.tools.ComponentMetaInfoCollector"> <classpath> <path refid="maven.dependency.classpath"/> - <pathelement path="${java.build.dir}"/> </classpath> </taskdef> - <mkdir dir="${maven.build.dir}/test-classes"/> <fortress-collect-meta destdir="${maven.build.dir}/test-classes"> <fileset dir="${maven.src.dir}/test"/> </fortress-collect-meta>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]