Skip to content

Commit 0a23f93

Browse files
committed
outputdir for report
1 parent 76c3f56 commit 0a23f93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,12 @@
184184
<goals>
185185
<goal>report</goal>
186186
</goals>
187+
<configuration>
188+
<outputDirectory>${project.build.directory}/site/jacoco</outputDirectory>
189+
<formats>
190+
<format>xml</format>
191+
</formats>
192+
</configuration>
187193
</execution>
188194
</executions>
189195
</plugin>

0 commit comments

Comments
 (0)