Warning: Property 'sonar.jacoco.itReportPath' is no longer supported

I am using sonarqube version: 8.9.3 and I keep seeing the below Warning message:

" WARNING:Property ‘sonar.jacoco.itReportPath’ is no longer supported. Use JaCoCo’s xml report and sonar-jacoco plugin."

please let me know what this warning is about and how to resolve this issue

Hi,

Welcome to the community!

The warning indicates that your analysis parameters include one that’s no longer supported.

It seems that you generate a .exec file from JaCoCo. You need to change your build to generate JaCoCo’s XML report instead, and then update your parameters to pass that XML report into analysis.

 
HTH,
Ann

1 Like