File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 210210 <artifactId >maven-surefire-report-plugin</artifactId >
211211 <version >2.19.1</version >
212212 </plugin >
213- <plugin >
214- <groupId >org.jacoco</groupId >
215- <artifactId >jacoco-maven-plugin</artifactId >
216- <version >0.8.6</version >
217- <executions >
218- <execution >
219- <goals >
220- <goal >prepare-agent</goal >
221- </goals >
222- </execution >
223- <execution >
224- <id >jacoco-report</id >
225- <phase >test</phase >
226- <goals >
227- <goal >report</goal >
228- </goals >
229- <!-- default target/jscoco/site/* -->
230- <configuration >
231- <outputDirectory >target/jacoco-report</outputDirectory >
232- </configuration >
233- </execution >
234- </executions >
235- </plugin >
236213 </plugins >
237214 </reporting >
238215
357334 <plugin >
358335 <groupId >org.jacoco</groupId >
359336 <artifactId >jacoco-maven-plugin</artifactId >
360- <version >0.8.6 </version >
337+ <version >0.8.2 </version >
361338 </plugin >
362339 <plugin >
363340 <groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments