Running a Sonar Analysis from the Dashboard

10,841

The Sonar Server / Dashboard / GUI is just used to display data, not to collect data (this old blog post explains the sonar architecture).

To collect data you can use maven, gradle, ant or sonar-runner for other projects. The documentation that guides you is in ... the sonar documentation :) - see the child pages, as they explain the details of how to configure the technologies I mentioned above.

I suggest you to also have a read at the configuration parameters you can pass, as the docs are not super clear about them.

Share:
10,841
PT_C
Author by

PT_C

Updated on June 19, 2022

Comments

  • PT_C
    PT_C almost 2 years

    Is there a way to run a Sonar 5.1.1 Analysis completely in the Dashboard GUI?

    If not what are the steps to run it otherwise? I can't seem to find a document that walks you through the steps.

  • PT_C
    PT_C over 8 years
    ok I know I have soner-runner installed. I'll start from there, thanks
  • byxor
    byxor about 2 years
    sonar documentation is throwing 404 Not Found