Tibor17 commented on pull request #343:
URL: https://github.com/apache/maven-surefire/pull/343#issuecomment-815055226


   The interprocess comunication between Maven process and Surefire process can 
be two:
   1. process pipes (System.in, System.out see in the Surefire JVM)
   2. the TCP connection which leaves (1) in Surefire JVM
   Therefore I recomended to used the `<forkNode 
implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>`.
 There are two classes, `legacy` and `surefire` fork node factory. In the 
future we are aiming for the TCP as default factory.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to