There was an error while loading. Please reload this page.
1 parent f1a6c3b commit 43d9fdfCopy full SHA for 43d9fdf
1 file changed
pom.xml
@@ -626,6 +626,21 @@
626
<groupId>org.jacoco</groupId>
627
<artifactId>jacoco-maven-plugin</artifactId>
628
<version>${jacoco-maven-plugin.version}</version>
629
+ <executions>
630
+ <execution>
631
+ <id>jacoco-initialize</id>
632
+ <goals>
633
+ <goal>prepare-agent</goal>
634
+ </goals>
635
+ </execution>
636
637
+ <id>jacoco-site</id>
638
+ <phase>package</phase>
639
640
+ <goal>report</goal>
641
642
643
+ </executions>
644
</plugin>
645
646
<!--
0 commit comments