We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2c35f commit 92ff9b8Copy full SHA for 92ff9b8
pom.xml
@@ -549,6 +549,10 @@
549
<exclude>**/*Test.java</exclude>
550
<exclude>**/*IT.java</exclude>
551
</excludes>
552
+ <statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
553
+ <printStdoutOnSuccess>true</printStdoutOnSuccess>
554
+ <printStderrOnSuccess>true</printStderrOnSuccess>
555
+ </statelessTestsetInfoReporter>
556
</configuration>
557
</plugin>
558
</plugins>
0 commit comments