clean tests projects only before the tests.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@393088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-04-10 22:07:06 +00:00
parent 096325bc47
commit 31a211a94a

View File

@ -19,10 +19,9 @@
xmlns:util="jelly:util" xmlns:util="jelly:util"
xmlns:j="jelly:core"> xmlns:j="jelly:core">
<goal name="testPlugin" prereqs="clean,test-jxr-report"> <goal name="testPlugin" prereqs="test-jxr-report"/>
</goal>
<goal name="test-jxr-report"> <goal name="test-jxr-report" prereqs="clean">
<attainGoal name="maven-jxr-plugin:report"/> <attainGoal name="maven-jxr-plugin:report"/>
</goal> </goal>
</project> </project>