You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2023/03/30 07:11:44 UTC

[directory-project] branch master updated: Added the Surefire ForkNodefactory

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 10ad15c3 Added the Surefire ForkNodefactory
     new a3a69c34 Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-project
10ad15c3 is described below

commit 10ad15c3498984c14c331a07385aedb3e494c4b8
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Thu Mar 30 09:10:53 2023 +0200

    Added the Surefire ForkNodefactory
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8fe338b2..0e95be5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1068,6 +1068,8 @@
 	  <version>3.0.0-M5</version>
           <configuration>
             <argLine>-Xmx1024m</argLine>
+            <!-- Activate the use of TCP to transmit events to the plugin -->
+            <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
           </configuration>
         </plugin>