Generate JaCoCo XML coverage report for SonarQube

This commit is contained in:
Andreas Svanberg 2022-11-23 14:59:56 +01:00
parent 02fd8d6893
commit 57ce749a3e

@ -345,6 +345,14 @@
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<goals>
<goal>report</goal>
</goals>
<configuration>
<formats>XML</formats>
</configuration>
</execution>
</executions>
</plugin>
<plugin>