clean before test

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2005-02-26 23:21:32 +00:00
parent 46777e5300
commit 958972fc45

View File

@@ -16,8 +16,9 @@
*/
-->
<project xmlns:util="jelly:util" xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven" xmlns:u="jelly:util" xmlns:assert="assert" xmlns:x="jelly:xml">
<goal name="testPlugin" prereqs="test-ant">
<goal name="testPlugin">
<attainGoal name="clean"/>
<attainGoal name="test-ant"/>
</goal>
<goal name="test-ant">
<delete file="${basedir}/build.xml" failonerror="false"/>