Skip to content

Commit 81d31d2

Browse files
authored
chore(tests): suppress surefire plugin "Corrupted STDOUT..." warning (#1151)
1 parent 17d8a9a commit 81d31d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@
143143
</configurationParameters>
144144
</properties>
145145
<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"/>
146149
</configuration>
147150
</plugin>
148151
<plugin>

0 commit comments

Comments
 (0)