File tree Expand file tree Collapse file tree 2 files changed +1
-36
lines changed
Expand file tree Collapse file tree 2 files changed +1
-36
lines changed Original file line number Diff line number Diff line change 2323 <sonar .java.coveragePlugin>jacoco</sonar .java.coveragePlugin>
2424 <sonar .dynamicAnalysis>reuseReports</sonar .dynamicAnalysis>
2525 <sonar .language>java</sonar .language>
26+ <sonar .jacoco.reportPaths>${project.build.directory} /sdk/target/site/jacoco/jacoco.xml</sonar .jacoco.reportPaths>
2627 </properties >
2728 <licenses >
2829 <license >
380381 <goal >report</goal >
381382 </goals >
382383 </execution >
383- <execution >
384- <id >post-test-report</id >
385- <phase >prepare-package</phase >
386- <goals >
387- <goal >report</goal >
388- </goals >
389- <configuration >
390- <formats >
391- <format >XML</format >
392- </formats >
393- </configuration >
394- </execution >
395384 </executions >
396385 </plugin >
397386 </plugins >
Original file line number Diff line number Diff line change 579579 </execution >
580580 </executions >
581581 </plugin >
582- <plugin >
583- <groupId >org.jacoco</groupId >
584- <artifactId >jacoco-maven-plugin</artifactId >
585- <version >0.8.13</version >
586- <executions >
587- <execution >
588- <goals >
589- <goal >prepare-agent</goal >
590- </goals >
591- </execution >
592- <execution >
593- <id >report</id >
594- <phase >prepare-package</phase >
595- <goals >
596- <goal >report</goal >
597- </goals >
598- <configuration >
599- <formats >
600- <format >XML</format >
601- </formats >
602- </configuration >
603- </execution >
604- </executions >
605- </plugin >
606582 </plugins >
607583 </build >
608584 </profile >
You can’t perform that action at this time.
0 commit comments