#662 - Configure Maven Surefire Plugin to handle breaking 8u181 change.

Original pull request: #663.
This commit is contained in:
Greg Turnquist
2018-10-31 13:12:47 -05:00
committed by Oliver Drotbohm
parent 09bbbbc3ab
commit 7a47e1887f

View File

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