Skip to content

Commit

Permalink
Replace obsoleted forkMode parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Pinčuk <alexander.v.pinchuk@gmail.com>
  • Loading branch information
avpinchuk committed Apr 21, 2024
1 parent 122ddd1 commit 6f02c07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion appserver/tests/tck/cdi/cdi-full/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@
<value>1</value>
</property>
</properties>
<forkMode>once</forkMode>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<!-- System Properties -->
<systemPropertyVariables>
<glassfish.home>${glassfish.root}/glassfish7</glassfish.home>
Expand Down
3 changes: 2 additions & 1 deletion appserver/tests/tck/cdi/cdi-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Xmx768m</argLine>
<forkMode>once</forkMode>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
<!-- System Properties -->
<systemPropertyVariables>
<glassfish.home>${glassfish.root}/glassfish7</glassfish.home>
Expand Down

0 comments on commit 6f02c07

Please sign in to comment.