Versions Compared

Key

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

...

Analyzing with SonarQube Scanner: More info available here.

5a- The analysis itself will be performed by running the sonar-scanner application on your local system (the system which also hosts the source code of that project). If you have not already downloaded sonar-scanner you can do that now by pressing the "Download" button.

...

  • -Dsonar.projectKey: the project key as defined in Step 3 here
  • -Dsonar.sources: the local directory path to the source code to be analysed
  • -Dsonar.host.url: the URL to GEANT's SonarQube instance (there's no need to change this)
  • -Dsonar.login: the token as provided by the system in Step 3 above

...