...
The properties can be specified directly through the command line. Ex:
Code Block language none sonar-runner -Dsonar.projectKey=myproject -Dsonar.sources=src1 ..The property 'project.settings' can be used to specify the path to the project configuration file (this option is incompatible with the 'project.home' property). Ex:
Code Block language none sonar-runner -Dproject.settings=../myproject.properties
...

