1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-04 20:55:00 +00:00

Applying a potential fix to surefire not working.

This commit is contained in:
jespergravgaard 2018-11-08 00:12:11 +01:00
parent b6d1061a66
commit 4873bbb8e1

View File

@ -76,6 +76,13 @@
</testResources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>