Skip to content

Commit 2fbef0b

Browse files
Fix configuration for maven-surefire-plugin (#77)
1 parent b69e940 commit 2fbef0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
<configuration>
155155
<forkCount>2C</forkCount>
156156
<reuseForks>false</reuseForks>
157+
<useSystemClassLoader>false</useSystemClassLoader>
157158
<excludes>
158159
<exclude>${someModule.test.excludes}</exclude>
159160
</excludes>

0 commit comments

Comments
 (0)