Skip to content

Commit 41eda56

Browse files
authored
Update pom.xml
1 parent a3472c2 commit 41eda56

1 file changed

Lines changed: 20 additions & 19 deletions

File tree

pom.xml

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -487,25 +487,26 @@
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>
490+
<plugin>
491+
<groupId>org.jacoco</groupId>
492+
<artifactId>jacoco-maven-plugin</artifactId>
493+
<version>0.8.2</version>
494+
<executions>
495+
<execution>
496+
<goals>
497+
<goal>prepare-agent</goal>
498+
</goals>
499+
</execution>
500+
<!-- attached to Maven test phase -->
501+
<execution>
502+
<id>report</id>
503+
<phase>test</phase>
504+
<goals>
505+
<goal>report</goal>
506+
</goals>
507+
</execution>
508+
</executions>
509+
</plugin>
509510
</plugins>
510511
</reporting>
511512
</profile>

0 commit comments

Comments
 (0)