improved workflow

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
felipeal
2004-12-09 02:02:43 +00:00
parent 9bfb1b8d5d
commit 6ba7eec7f6

View File

@@ -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"/>