Skip to content

Commit a3472c2

Browse files
authored
Update pom.xml
1 parent 87cc000 commit a3472c2

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,25 @@
487487
<artifactId>maven-jxr-plugin</artifactId>
488488
<version>2.1</version>
489489
</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+
<execution>
501+
<id>report</id>
502+
<phase>prepare-package</phase>
503+
<goals>
504+
<goal>report</goal>
505+
</goals>
506+
</execution>
507+
</executions>
508+
</plugin>
490509
</plugins>
491510
</reporting>
492511
</profile>

0 commit comments

Comments
 (0)