diff --git a/maven-surefire-plugin/src/site/apt/examples/process-communication.apt.vm b/maven-surefire-plugin/src/site/apt/examples/process-communication.apt.vm index eaba32c5bf..1c21c58b55 100644 --- a/maven-surefire-plugin/src/site/apt/examples/process-communication.apt.vm +++ b/maven-surefire-plugin/src/site/apt/examples/process-communication.apt.vm @@ -36,13 +36,15 @@ Communication Channels used between the Maven Process and Surefire Process * forkNode - The configuration is done by using only one configuration parameter <<>>. + The configuration is done by using only one configuration {{{../test-mojo.html#forkNode}parameter <<>>}}. * The TCP/IP communication channel The ${thisPlugin} plugin uses process pipes by default. The implementation class for default configuration - is <<>> and it does not have to be specified. - The TCP/IP channel can be selected as follows and the implementation class has to be specified: + is {{{../../maven-surefire-common/apidocs/org/apache/maven/plugin/surefire/extensions/LegacyForkNodeFactory.html}<<>>}} + and it does not have to be specified. + The TCP/IP channel can be selected as follows and the implementation class has to be specified + {{{../../maven-surefire-common/apidocs/org/apache/maven/plugin/surefire/extensions/SurefireForkNodeFactory.html}as <<>>}}: +---+ @@ -68,7 +70,7 @@ Communication Channels used between the Maven Process and Surefire Process * Custom implementation The custom implementation involves two implementations. The first is used by the Maven process and there you - should implement the interface <<>>, use the implementation + should implement the {{{../../surefire-extensions-api/apidocs/org/apache/maven/surefire/extensions/ForkNodeFactory.html}interface <<>>}}, use the implementation in a dependency <<>> declared below the plugin and configuration should specify fully qualified class name of your custom <<>> in the attribute <<>>. diff --git a/maven-surefire-plugin/src/site/site.xml b/maven-surefire-plugin/src/site/site.xml index 17b92a0d80..2a183378f0 100644 --- a/maven-surefire-plugin/src/site/site.xml +++ b/maven-surefire-plugin/src/site/site.xml @@ -38,7 +38,6 @@ - @@ -51,19 +50,22 @@ - - - + + + + + +