Skip to content

Commit a4e0905

Browse files
Update pom.xml
1 parent 4604d5e commit a4e0905

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,20 @@
303303
<groupId>org.jacoco</groupId>
304304
<artifactId>jacoco-maven-plugin</artifactId>
305305
<version>0.8.7</version>
306+
<executions>
307+
<execution>
308+
<id>prepare-agent</id>
309+
<goals>
310+
<goal>prepare-agent</goal>
311+
</goals>
312+
</execution>
313+
<execution>
314+
<id>report</id>
315+
<goals>
316+
<goal>report</goal>
317+
</goals>
318+
</execution>
319+
</executions>
306320
</plugin>
307321
</plugins>
308322
</build>

0 commit comments

Comments
 (0)