Jacoco plugin not showing any code coverage for Java code

Java version - JDK 11
indent preformatted text by 4 spaces
Added below properties in pom file

Blockquote

<jacoco.version>0.8.4</jacoco.version>
<sonar.coverage.jacoco.xmlReportPaths>…/target/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<sonar.projectName>ff-product-service-grpc</sonar.projectName>
<sonar.projectKey>twgnz-ff-product-service-grpc</sonar.projectKey>

I followed all the below documents but nothing seems to be working, wondering will jdk 11 works with Sonarcloud (as I am newely started using sonarcloud wondering where to find the version on sonarcloud I am using)

https://wiki.onap.org/display/DW/Implementing+Code+Coverage

Hello @yamini,

Could you share a bit more about set-up and could you share the log output of the scanner? This should contain some information as to why your coverage reports are not being picked up.

Thanks,
Tom