You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2016/12/26 15:28:14 UTC

[6/9] maven-surefire git commit: [SUREFIRE-1321] Integration tests should be cleaned up before running. Add goal=clean in maven-invoker-plugin.

[SUREFIRE-1321] Integration tests should be cleaned up before running. Add goal=clean in maven-invoker-plugin.


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/99978af4
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/99978af4
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/99978af4

Branch: refs/heads/master
Commit: 99978af43be70e29f2f74c39b888c2ef9b98cd20
Parents: 37d99af
Author: Tibor17 <ti...@lycos.com>
Authored: Mon Dec 26 15:43:58 2016 +0100
Committer: Tibor17 <ti...@lycos.com>
Committed: Mon Dec 26 15:43:58 2016 +0100

----------------------------------------------------------------------
 maven-failsafe-plugin/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/99978af4/maven-failsafe-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index 91c7677..a5d41ff 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -282,6 +282,7 @@
                   <projectsDirectory>src/it</projectsDirectory>
                   <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                   <goals>
+                    <goal>clean</goal>
                     <goal>verify</goal>
                   </goals>
                   <setupIncludes>