Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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