Skip to content

Commit 6dc4bd9

Browse files
committed
maybe?
1 parent ba11d49 commit 6dc4bd9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

sdk/pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,25 @@
609609
</execution>
610610
</executions>
611611
</plugin>
612+
<plugin>
613+
<groupId>org.jacoco</groupId>
614+
<artifactId>jacoco-maven-plugin</artifactId>
615+
<version>0.8.13</version>
616+
<executions>
617+
<execution>
618+
<goals>
619+
<goal>prepare-agent</goal>
620+
</goals>
621+
</execution>
622+
<execution>
623+
<id>report</id>
624+
<phase>prepare-package</phase>
625+
<goals>
626+
<goal>report</goal>
627+
</goals>
628+
</execution>
629+
</executions>
630+
</plugin>
612631
</plugins>
613632
</build>
614633
</profile>

0 commit comments

Comments
 (0)