Skip to content

Commit eb59da2

Browse files
committed
fix: remove unsupported parameter
1 parent 8e6d7fe commit eb59da2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

modules/fastinfoset/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,6 @@
249249
<artifactId>maven-surefire-plugin</artifactId>
250250
<inherited>true</inherited>
251251
<configuration>
252-
<!-- The pertest forkMode is not ideal but seems to be necessary
253-
because the test server doesn't shut down properly :-(
254-
Should be removed if possible -->
255-
<forkMode>pertest</forkMode>
256252
<argLine>${argLine} -Xms256m -Xmx512m</argLine>
257253
<!-- Enable the next 2 lines if you want to attach a debugger
258254
<argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006</argLine>-->

0 commit comments

Comments
 (0)