File tree Expand file tree Collapse file tree 2 files changed +5
-26
lines changed
Expand file tree Collapse file tree 2 files changed +5
-26
lines changed Original file line number Diff line number Diff line change 370370 <goals >
371371 <goal >prepare-agent</goal >
372372 </goals >
373- <configuration >
374- </configuration >
375373 </execution >
376374 <execution >
377375 <id >report</id >
378376 <phase >test</phase >
379377 <goals >
380378 <goal >report</goal >
381379 </goals >
380+ <configuration >
381+ <formats >
382+ <format >XML</format >
383+ </formats >
384+ </configuration >
382385 </execution >
383386 </executions >
384387 </plugin >
Original file line number Diff line number Diff line change 609609 </execution >
610610 </executions >
611611 </plugin >
612- <plugin >
613- <groupId >org.jacoco</groupId >
614- <artifactId >jacoco-maven-plugin</artifactId >
615- <version >0.8.13</version >
616- <executions >
617- <execution >
618- <goals >
619- <goal >prepare-agent</goal >
620- </goals >
621- </execution >
622- <execution >
623- <id >report</id >
624- <phase >prepare-package</phase >
625- <goals >
626- <goal >report</goal >
627- </goals >
628- <configuration >
629- <formats >
630- <format >XML</format >
631- </formats >
632- </configuration >
633- </execution >
634- </executions >
635- </plugin >
636612 </plugins >
637613 </build >
638614 </profile >
You can’t perform that action at this time.
0 commit comments