Code coverage is showing as 0% after upgrading sonar-java plugin to 5.13.1 version

I’m using SonarQube 7.7, jacoco plugin 0.8.2
By using Sonar-java-Plugin in version 5.11 I was able to see code coverage using
sonar.jacoco.reportPath=jacoco.exec

After upgrading the plugin to version 5.13.1 code coverage is showing as 0%
I’ve tried to use the new property of sonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml

Also tried to upgrade jacoco plugin to 0.8.4
But it still not calculating coverage as before.
Could you please assist?

Check the outputDirectory setting of your maven jacoco report goal

What should be the correct value?