Skip to content

Commit 121c99a

Browse files
committed
Don't reuse the JVM Process
Signed-off-by: Philipp Fehre <[email protected]>
1 parent f60e7d8 commit 121c99a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@
265265
<artifactId>maven-surefire-plugin</artifactId>
266266
<version>3.5.2</version>
267267
<configuration>
268+
<forkCount>1</forkCount>
269+
<reuseForks>false</reuseForks>
268270
<argLine>
269271
${surefireArgLine}
270272
</argLine>

0 commit comments

Comments
 (0)