clean tests projects only before the tests.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@393103 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-04-10 22:21:00 +00:00
parent df46c3c0d7
commit 70dd42ecc4

View File

@@ -20,9 +20,7 @@
xmlns:assert="assert"
xmlns:doc="doc">
<goal name="testPlugin" prereqs="clean,test-xdoc,test-jsltosite">
<!-- bad xdoc leaves files open <attainGoal name="clean"/> -->
</goal>
<goal name="testPlugin" prereqs="clean,test-xdoc,test-jsltosite"/>
<goal name="test-xdoc">
<j:set var="maven.docs.src" value="${basedir}/xdocs-replacement"/>