clean tests projects only before the tests.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@393076 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60d9e7275e
commit
2c8f009af5
@ -19,11 +19,9 @@
|
||||
xmlns:assert="assert"
|
||||
xmlns:j="jelly:core">
|
||||
|
||||
<goal name="testPlugin" prereqs="test-gump">
|
||||
<attainGoal name="clean"/>
|
||||
</goal>
|
||||
<goal name="testPlugin" prereqs="test-gump"/>
|
||||
|
||||
<goal name="test-gump">
|
||||
<goal name="test-gump" prereqs="clean">
|
||||
<attainGoal name="gump"/>
|
||||
<assert:assertFileExists file="${basedir}/gump.xml"/>
|
||||
<delete file="${basedir}/gump.xml"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user