Skip to content

Commit d1bdf7c

Browse files
committed
fix surefire plugin config - forkMode none -> forkCount 1
1 parent 32fac00 commit d1bdf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<configuration>
134134
<redirectTestOutputToFile>true</redirectTestOutputToFile>
135135
<argLine>-ea:org.codehaus.classworlds:org.codehaus.plexus.classworlds</argLine>
136-
<forkMode>once</forkMode>
136+
<forkCount>1</forkCount>
137137
</configuration>
138138
</plugin>
139139
<plugin>

0 commit comments

Comments
 (0)