felipeal 2004/12/08 18:02:43 Modified: ear/src/plugin-test/test01 maven.xml Log: improved workflow Revision Changes Path 1.2 +3 -4 maven-plugins/ear/src/plugin-test/test01/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/maven-plugins/ear/src/plugin-test/test01/maven.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- maven.xml 20 Oct 2004 02:29:56 -0000 1.1 +++ maven.xml 9 Dec 2004 02:02:43 -0000 1.2 @@ -19,14 +19,14 @@ xmlns:u="jelly:util" xmlns:x="jelly:xml" xmlns:assert="assert" - xmlns:j2ee="j2ee"> + xmlns:j2ee="j2ee" + default="testPlugin"> - <goal name="testPlugin" prereqs="test-ear"> + <goal name="testPlugin" prereqs="ear,test-ear"> <attainGoal name="clean"/> </goal> <goal name="test-ear"> - <attainGoal name="ear"/> <!-- tests that the ear is generated --> <assert:assertFileExists file="${maven.build.dir}/${maven.final.name}.ear"/> @@ -41,7 +41,6 @@ <!-- check for commons-logging --> <assert:assertFileExists file="${unzipDir}/commons-logging-1.0.3.jar" msg="commons logging was not bundled"/> - <!-- check for commons-collections --> <assert:assertFileExists file="${unzipDir}/commons-collections-2.1.jar" msg="commons collections was not bundled"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]