This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch SUREFIRE-1617
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/SUREFIRE-1617 by this push:
new 37c2e1b IT fix
37c2e1b is described below
commit 37c2e1b2d45ceea9f1617f0a2e1f3ea8346e09b0
Author: tibordigana <[email protected]>
AuthorDate: Thu May 9 18:13:53 2019 +0200
IT fix
---
surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml
b/surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml
index ee65491..b90893d 100644
--- a/surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml
+++ b/surefire-its/src/test/resources/junit-pathWithUmlaut/pom.xml
@@ -53,6 +53,10 @@
<artifactId>maven-clean-plugin</artifactId>
<version>3.0.0</version>
</plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.8.1</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>