We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4604d5e commit a4e0905Copy full SHA for a4e0905
pom.xml
@@ -303,6 +303,20 @@
303
<groupId>org.jacoco</groupId>
304
<artifactId>jacoco-maven-plugin</artifactId>
305
<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
314
+ <id>report</id>
315
316
+ <goal>report</goal>
317
318
319
+ </executions>
320
</plugin>
321
</plugins>
322
</build>
0 commit comments