clean tests projects only before the tests.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@393094 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-04-10 22:13:28 +00:00
parent c5428aa4b1
commit 6a63efbe1f

View File

@ -18,11 +18,9 @@
<project xmlns:j="jelly:core"
xmlns:assert="assert">
<goal name="testPlugin" prereqs="test-rar">
<attainGoal name="clean"/>
</goal>
<goal name="testPlugin" prereqs="test-rar"/>
<goal name="test-rar">
<goal name="test-rar" prereqs="clean">
<attainGoal name="rar"/>
<!-- tests that the ear is generated -->