Skip to content

Commit 92ff9b8

Browse files
committed
log fixes
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 2a2c35f commit 92ff9b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,10 @@
549549
<exclude>**/*Test.java</exclude>
550550
<exclude>**/*IT.java</exclude>
551551
</excludes>
552+
<statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
553+
<printStdoutOnSuccess>true</printStdoutOnSuccess>
554+
<printStderrOnSuccess>true</printStderrOnSuccess>
555+
</statelessTestsetInfoReporter>
552556
</configuration>
553557
</plugin>
554558
</plugins>

0 commit comments

Comments
 (0)