This is an automated email from the ASF dual-hosted git repository. albumenj pushed a commit to branch test/codecov in repository https://gitbox.apache.org/repos/asf/dubbo.git
commit 4cc6c8bb2091004ea3d301d742f9d4a87f204e9e Author: Albumen Kevin <[email protected]> AuthorDate: Mon Dec 2 22:31:37 2024 +0800 Fix build path --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 960902e45a..bdc55533a6 100644 --- a/pom.xml +++ b/pom.xml @@ -372,6 +372,8 @@ <systemProperties> <!-- common shared --> </systemProperties> + <!-- Activate the use of TCP to transmit events to the plugin to fix Corrupted STDOUT issue --> + <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" /> </configuration> </plugin> <plugin>
