...
In this pom.xml, the sonar plugin must be defined
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.2</version>
</plugin>
Java
Javascript
Python
TBD