...
- Add the 'sonar.java.coveragePlugin=emma' when executing the maven plugin. This can be set in pom.xml or in command line.
Or use the 'reuseReports' mode:
Code Block title reuseReports mode language html/xml <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis> <!-- Path path to the directory with .ec and .em Emma files --> <sonar.emma.reportPath>emmaDir</sonar.emma.reportPath>
...

