File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 </dependencies >
2424
2525 <build >
26- <plugin >
27- <groupId >org.jacoco</groupId >
28- <artifactId >jacoco-maven-plugin</artifactId >
29- <version >0.8.8</version >
30- <executions >
31- <execution >
32- <id >prepare-agent</id >
33- <goals >
34- <goal >prepare-agent</goal >
35- </goals >
36- </execution >
37- <execution >
38- <id >report</id >
39- <phase >test</phase >
40- <goals >
41- <goal >report</goal >
42- </goals >
43- </execution >
44- </executions >
45- </plugin >
26+ <plugins >
27+ <plugin >
28+ <groupId >org.jacoco</groupId >
29+ <artifactId >jacoco-maven-plugin</artifactId >
30+ <version >0.8.8</version >
31+ <executions >
32+ <execution >
33+ <id >prepare-agent</id >
34+ <goals >
35+ <goal >prepare-agent</goal >
36+ </goals >
37+ </execution >
38+ <execution >
39+ <id >report</id >
40+ <phase >test</phase >
41+ <goals >
42+ <goal >report</goal >
43+ </goals >
44+ </execution >
45+ </executions >
46+ </plugin >
47+ </plugins >
4648 </build >
4749
4850</project >
You can’t perform that action at this time.
0 commit comments