...
- Global analysis parameters, defined in the UI, will apply to all the projects
- Project analysis parameters, defined in the UI, will override global parameters
- Project analysis parameters, defined in project analysis configuration file or in analyzer configuration file, will override the ones defined in the UI
- Command line parameters, defined when launching an analysis, will override project analysis parameters
- Analyzer configuration file parameters (defined in the 'sonar-runner.properties' file for Sonar Runner, in the profile defined in the 'settings.xml' file for Maven), will override any parameters
Mandatory Parameters
...

