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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user