clean tests projects only before the tests.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@392731 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-04-09 13:55:54 +00:00
parent f4cdb57aa3
commit 9105e58634
5 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
<goal name="testPlugin" prereqs="test-duplicatednatures,test-duplicatedbuilders">
</goal>
<goal name="test-init">
<goal name="test-init" prereqs="clean">
<j:set var="dotProject" value="${basedir}/.project"/>
<j:set var="dotClasspath" value="${basedir}/.classpath"/>
<attainGoal name="eclipse:clean"/>

View File

@@ -25,7 +25,7 @@
<goal name="testPlugin" prereqs="test-default, test-classpath, test-project">
</goal>
<goal name="test-init">
<goal name="test-init" prereqs="clean">
<j:set var="dotProject" value="${basedir}/.project"/>
<j:set var="dotClasspath" value="${basedir}/.classpath"/>
<attainGoal name="eclipse:clean"/>

View File

@@ -24,7 +24,7 @@
<goal name="testPlugin" prereqs="test-eclipse,test-natures,test-builders,test-natures-and-builders,test-classpath-has-generated-source,test-classpath-has-overridden-jar,test-noduplicates,test-classpath-con-entry,test-classpath-no-resources,MPECLIPSE-96,MPECLIPSE-92">
</goal>
<goal name="test-init">
<goal name="test-init" prereqs="clean">
<j:set var="dotProject" value="${basedir}/.project"/>
<j:set var="dotClasspath" value="${basedir}/.classpath"/>
<attainGoal name="eclipse:clean"/>

View File

@@ -25,7 +25,7 @@
<goal name="testPlugin" prereqs="test-classpath, test-project">
</goal>
<goal name="test-init">
<goal name="test-init" prereqs="clean">
<j:set var="dotProject" value="${basedir}/.project"/>
<j:set var="dotClasspath" value="${basedir}/.classpath"/>
<attainGoal name="eclipse:clean"/>

View File

@@ -25,7 +25,7 @@
<goal name="testPlugin" prereqs="test-defaultgoal,test-wtpmodules,test-nowtpmodules">
</goal>
<goal name="test-init">
<goal name="test-init" prereqs="clean">
<j:set var="dotWtpmodules" value="${basedir}/.wtpmodules"/>
<attainGoal name="eclipse:clean"/>
</goal>