File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments