Skip to content

Commit 060d7ca

Browse files
committed
test
1 parent 54c9b36 commit 060d7ca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pom.xml

+16
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,22 @@
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-surefire-plugin</artifactId>
122122
<version>3.1.2</version>
123+
<dependencies>
124+
<dependency>
125+
<groupId>me.fabriciorby</groupId>
126+
<artifactId>maven-surefire-junit5-tree-reporter</artifactId>
127+
<version>1.3.0</version>
128+
</dependency>
129+
</dependencies>
130+
<configuration>
131+
<reportFormat>plain</reportFormat>
132+
<consoleOutputReporter>
133+
<disable>true</disable>
134+
</consoleOutputReporter>
135+
<statelessTestsetInfoReporter
136+
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
137+
</statelessTestsetInfoReporter>
138+
</configuration>
123139
</plugin>
124140
<plugin>
125141
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)