File tree Expand file tree Collapse file tree 2 files changed +20
-23
lines changed
Expand file tree Collapse file tree 2 files changed +20
-23
lines changed Original file line number Diff line number Diff line change 127127 <excludeFilterFile >spotbugs.xml</excludeFilterFile >
128128 </configuration >
129129 </plugin >
130+ <plugin >
131+ <groupId >org.jacoco</groupId >
132+ <artifactId >jacoco-maven-plugin</artifactId >
133+ <version >0.8.14</version >
134+ <executions >
135+ <execution >
136+ <goals >
137+ <goal >prepare-agent</goal >
138+ </goals >
139+ </execution >
140+ <execution >
141+ <id >report</id >
142+ <phase >test</phase >
143+ <goals >
144+ <goal >report</goal >
145+ </goals >
146+ </execution >
147+ </executions >
148+ </plugin >
130149 </plugins >
131150 <!-- Version fixes for enforcer -->
132151 <pluginManagement >
Original file line number Diff line number Diff line change 3333 </dependency >
3434 </dependencies >
3535
36- <build >
37- <plugins >
38- <plugin >
39- <groupId >org.jacoco</groupId >
40- <artifactId >jacoco-maven-plugin</artifactId >
41- <version >0.8.14</version >
42- <executions >
43- <execution >
44- <goals >
45- <goal >prepare-agent</goal >
46- </goals >
47- </execution >
48- <execution >
49- <id >report</id >
50- <phase >test</phase >
51- <goals >
52- <goal >report</goal >
53- </goals >
54- </execution >
55- </executions >
56- </plugin >
57- </plugins >
58- </build >
36+
5937</project >
You can’t perform that action at this time.
0 commit comments