Skip to content

Commit 07cf6ad

Browse files
Update pom.xml
1 parent 76ffa37 commit 07cf6ad

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,26 @@
2222
<release>15</release>
2323
</configuration>
2424
</plugin>
25+
<plugin>
26+
<groupId>org.jacoco</groupId>
27+
<artifactId>jacoco-maven-plugin</artifactId>
28+
<version>0.8.4</version>
29+
<executions>
30+
<execution>
31+
<id>default-prepare-agent</id>
32+
<goals>
33+
<goal>prepare-agent</goal>
34+
</goals>
35+
</execution>
36+
<execution>
37+
<id>jacoco-report</id>
38+
<phase>test</phase>
39+
<goals>
40+
<goal>report</goal>
41+
</goals>
42+
</execution>
43+
</executions>
44+
</plugin>
2545
</plugins>
2646
</build>
2747
<dependencies>

0 commit comments

Comments
 (0)