Jacoco code coverage from Maven doesn't work anymore (azure devops)

We use XML files. Also we didn’t change any config or parameters since the time it was working.

/usr/share/apache-maven-3.6.3/bin/mvn -f /home/vsts/work/1/s/pom.xml -Ddocker.tag.name=1.4.4800 clean verify -Dsonar.jacoco.reportPaths=/home/vsts/work/1/s/CCReport43F6D5EF/jacoco.exec -Dsonar.coverage.jacoco.xmlReportPaths=/home/vsts/work/1/s/CCReport43F6D5EF/jacoco.xml org.sonarsource.scanner.maven:sonar-maven-plugin:RELEASE:sonar

As we can see, we do have the properties.
In Administration->JaCoCo there aren’t path configured.