clean tests projects only before the tests.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@393075 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier
2006-04-10 21:54:07 +00:00
parent 2a7de8410b
commit 60d9e7275e
2 changed files with 2 additions and 6 deletions

View File

@@ -16,9 +16,7 @@
*/
-->
<project xmlns:j="jelly:core" xmlns:assert="assert" default="testPlugin">
<goal name="testPlugin" prereqs="test-genapp">
<attainGoal name="clean"/>
</goal>
<goal name="testPlugin" prereqs="test-genapp"/>
<goal name="test-genapp" prereqs="clean">
<attainGoal name="genapp"/>
<assert:assertFileExists file="${maven.genapp.basedir}"/>

View File

@@ -16,9 +16,7 @@
*/
-->
<project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:assert="assert" default="testPlugin">
<goal name="testPlugin" prereqs="test-genapp">
<attainGoal name="clean"/>
</goal>
<goal name="testPlugin" prereqs="test-genapp"/>
<goal name="prepare-home-local">
<ant:mkdir dir="${newMavenHomeLocal}"/>