We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d8a9a commit 81d31d2Copy full SHA for 81d31d2
pom.xml
@@ -143,6 +143,9 @@
143
</configurationParameters>
144
</properties>
145
<failIfNoTests>false</failIfNoTests>
146
+ <!-- Activate the use of TCP to transmit events to the plugin and avoid
147
+ [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM -->
148
+ <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
149
</configuration>
150
</plugin>
151
<plugin>
0 commit comments