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 9ba67b5 commit e70fdb7Copy full SHA for e70fdb7
pom.xml
@@ -419,6 +419,25 @@
419
</execution>
420
</executions>
421
</plugin>
422
+ <plugin>
423
+ <groupId>org.jacoco</groupId>
424
+ <artifactId>jacoco-maven-plugin</artifactId>
425
+ <version>0.8.11</version>
426
+ <executions>
427
+ <execution>
428
+ <goals>
429
+ <goal>prepare-agent</goal>
430
+ </goals>
431
+ </execution>
432
433
+ <id>report</id>
434
+ <phase>prepare-package</phase>
435
436
+ <goal>report</goal>
437
438
439
+ </executions>
440
+ </plugin>
441
</plugins>
442
</build>
443
0 commit comments