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:
@@ -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}"/>
|
||||
|
||||
@@ -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}"/>
|
||||
|
||||
Reference in New Issue
Block a user