clean tests projects only before the tests.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@392722 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-04-09 13:25:08 +00:00
parent 16a90f7350
commit e8ea4f7792

View File

@@ -19,11 +19,9 @@
xmlns:j="jelly:core"
xmlns:assert="assert">
<goal name="testPlugin" prereqs="test-changes-report">
<attainGoal name="clean"/>
</goal>
<goal name="testPlugin" prereqs="test-changes-report"/>
<goal name="test-changes-report">
<goal name="test-changes-report" prereqs="clean">
<attainGoal name="changes:report"/>
<assert:assertFileExists file="${maven.gen.docs}/changes-report.xml"/>
</goal>