Skip to content

Commit

Permalink
Merge pull request #645 from jglick/surefire.forkNumber
Browse files Browse the repository at this point in the history
Define `surefire.forkNumber` in Surefire JVM
  • Loading branch information
jglick committed Nov 18, 2022
2 parents e2e855b + 157e25a commit 0e51782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -809,6 +809,7 @@
<hudson.udp>-1</hudson.udp>
<java.io.tmpdir>${surefireTempDir}</java.io.tmpdir>
<java.awt.headless>true</java.awt.headless>
<surefire.forkNumber>$${surefire.forkNumber}</surefire.forkNumber>
</systemPropertyVariables>
<runOrder>alphabetical</runOrder>
<reuseForks>false</reuseForks>
Expand Down

0 comments on commit 0e51782

Please sign in to comment.