Skip to content

Commit

Permalink
fix surefire plugin config - forkMode none -> forkCount 1
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 21, 2023
1 parent 32fac00 commit d1bdf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<argLine>-ea:org.codehaus.classworlds:org.codehaus.plexus.classworlds</argLine>
<forkMode>once</forkMode>
<forkCount>1</forkCount>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit d1bdf7c

Please sign in to comment.