Skip to content

Commit 2903d40

Browse files
committed
see if this works
1 parent 460c16d commit 2903d40

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

pom.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
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>
@@ -370,20 +371,6 @@
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>

0 commit comments

Comments
 (0)