[SUREFIRE-1484] maven-clean-plugin should be used in integration test resource 
junit-pathWithUmlaut


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

Branch: refs/heads/master
Commit: 7bd61946b2faa5d1e207e8e8dd12d257dc31fe87
Parents: 773f3eb
Author: Tibor17 <tibordig...@apache.org>
Authored: Fri Mar 2 23:41:38 2018 +0100
Committer: Tibor17 <tibordig...@apache.org>
Committed: Fri Mar 2 23:41:38 2018 +0100

----------------------------------------------------------------------
 .../src/test/resources/crash-during-test/pom.xml        | 12 ------------
 .../src/test/resources/junit-pathWithUmlaut/pom.xml     | 12 ++++++++++++
 2 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7bd61946/surefire-its/src/test/resources/crash-during-test/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-its/src/test/resources/crash-during-test/pom.xml 
b/surefire-its/src/test/resources/crash-during-test/pom.xml
index 3929e83..8dd83ec 100644
--- a/surefire-its/src/test/resources/crash-during-test/pom.xml
+++ b/surefire-its/src/test/resources/crash-during-test/pom.xml
@@ -51,18 +51,6 @@
   </dependencies>
 
   <build>
-    <pluginManagement>
-      <plugins>
-        <!--
-        mvn clean is called beforehand.
-        The German word Umlaut which is not ASCII must be deleted the same on 
all M3 versions.
-        -->
-        <plugin>
-          <artifactId>maven-clean-plugin</artifactId>
-          <version>3.0.0</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
     <plugins>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7bd61946/surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml 
b/surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml
index e7366a2..9f947e0 100644
--- a/surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml
+++ b/surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml
@@ -43,6 +43,18 @@
   </dependencies>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <!--
+        mvn clean is called beforehand.
+        The German word Umlaut which is not ASCII must be deleted the same on 
all M3 versions.
+        -->
+        <plugin>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>3.0.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Reply via email to