File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121 <build >
2222 <plugins >
23- <plugin >
24- <groupId >org.jacoco</groupId >
25- <artifactId >jacoco-maven-plugin</artifactId >
26- <version >0.8.8</version >
27- <executions >
28- <execution >
29- <goals >
30- <goal >prepare-agent</goal >
31- </goals >
32- </execution >
33- <execution >
34- <id >report</id >
35- <phase >test</phase >
36- <goals >
37- <goal >report</goal >
38- </goals >
39- </execution >
40- </executions >
41- </plugin >
42- <plugin >
43- <artifactId >maven-clean-plugin</artifactId >
44- <version >3.1.0</version >
45- </plugin >
46- <plugin >
47- <artifactId >maven-compiler-plugin</artifactId >
48- <version >3.8.0</version >
49- </plugin >
5023 <plugin >
5124 <artifactId >maven-surefire-plugin</artifactId >
5225 <version >2.22.1</version >
5326 </plugin >
54- <plugin >
55- <artifactId >maven-jar-plugin</artifactId >
56- <version >3.0.2</version >
57- </plugin >
5827 </plugins >
5928 </build >
6029</project >
You can’t perform that action at this time.
0 commit comments