clean tests projects only before the tests.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@392720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13d3e535ee
commit
0d3c45e540
@ -20,11 +20,9 @@
|
||||
xmlns:deploy="deploy"
|
||||
xmlns:assert="assert">
|
||||
|
||||
<goal name="testPlugin" prereqs="clean,test-deploy">
|
||||
<attainGoal name="clean"/>
|
||||
</goal>
|
||||
<goal name="testPlugin" prereqs="test-deploy"/>
|
||||
|
||||
<goal name="test-deploy">
|
||||
<goal name="test-deploy" prereqs="clean">
|
||||
<deploy:copy-deps
|
||||
todir="${maven.build.dir}"
|
||||
excludes="commons-logging" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user