Sonar not picking up clover test results created by running maven in jenkins Sonar not picking up clover test results created by running maven in jenkins jenkins jenkins

Sonar not picking up clover test results created by running maven in jenkins


After a lot more fiddling around, it appeared that I needed to change the following:

<sonar.clover.reportPath>${project.build.directory}/site/clover/clover.xml</sonar.clover.reportPath>    <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>

A good reference was the following:all about pom variables