clean tests projects only before the tests.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@392720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-04-09 13:21:24 +00:00
parent 13d3e535ee
commit 0d3c45e540

View File

@ -20,11 +20,9 @@
xmlns:deploy="deploy" xmlns:deploy="deploy"
xmlns:assert="assert"> xmlns:assert="assert">
<goal name="testPlugin" prereqs="clean,test-deploy"> <goal name="testPlugin" prereqs="test-deploy"/>
<attainGoal name="clean"/>
</goal>
<goal name="test-deploy"> <goal name="test-deploy" prereqs="clean">
<deploy:copy-deps <deploy:copy-deps
todir="${maven.build.dir}" todir="${maven.build.dir}"
excludes="commons-logging" /> excludes="commons-logging" />