Remove extra ear goal

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-09-23 14:50:30 +00:00
parent 4abbb992b8
commit ff8b83cbb6

View File

@ -9,7 +9,6 @@
<j:set var="expectedFile"
value="${maven.build.dir}/test-maven-ear-plugin-1.0-SNAPSHOT.ear"/>
<attainGoal name="ear"/>
<u:file var="file" name="${expectedFile}" />
<j:if test="${!(file.exists())}">
<fail>${expectedFile} not generated</fail>