Skip to content

Commit

Permalink
forkNode
Browse files Browse the repository at this point in the history
implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory
  • Loading branch information
vharseko committed Oct 20, 2023
1 parent c7a2d0b commit d251642
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opendj-ldap-toolkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<shutdown>testset</shutdown>
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
<!-- <shutdown>testset</shutdown>-->
</configuration>
</plugin>

Expand Down

0 comments on commit d251642

Please sign in to comment.