#839 - Configure maven-surefire-plugin to handle breaking 8u181 change.

Backport of #662.
This commit is contained in:
Mark Paluch
2019-07-04 10:30:27 +02:00
parent 7816f1d0d9
commit 02923ff3ae

View File

@@ -887,6 +887,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
<plugin>
@@ -931,6 +934,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
<useFile>false</useFile>
<includes>
<include>**/*Tests.java</include>