File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
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 .coverage.jacoco.xmlReportPaths>${project.build.directory} /site/jacoco/jacoco.xml</sonar .coverage.jacoco.xmlReportPaths>
2627 </properties >
2728 <licenses >
2829 <license >
370371 <goals >
371372 <goal >prepare-agent</goal >
372373 </goals >
373- <configuration >
374- <classDumpDir >${project.basedir} /target/classes</classDumpDir >
375- </configuration >
376- </execution >
377- <execution >
378- <id >report</id >
379- <goals >
380- <goal >report</goal >
381- </goals >
382- <configuration >
383- <formats >
384- <format >XML</format >
385- </formats >
386- </configuration >
387374 </execution >
388375 </executions >
389376 </plugin >
You can’t perform that action at this time.
0 commit comments