We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cc000 commit a3472c2Copy full SHA for a3472c2
1 file changed
pom.xml
@@ -487,6 +487,25 @@
487
<artifactId>maven-jxr-plugin</artifactId>
488
<version>2.1</version>
489
</plugin>
490
+ <plugin>
491
+ <groupId>org.jacoco</groupId>
492
+ <artifactId>jacoco-maven-plugin</artifactId>
493
+ <version>0.7.7.201606060606</version>
494
+ <executions>
495
+ <execution>
496
+ <goals>
497
+ <goal>prepare-agent</goal>
498
+ </goals>
499
+ </execution>
500
501
+ <id>report</id>
502
+ <phase>prepare-package</phase>
503
504
+ <goal>report</goal>
505
506
507
+ </executions>
508
+</plugin>
509
</plugins>
510
</reporting>
511
</profile>
0 commit comments