I am trying to run sonar-runner to analyze multiple Java projects in one go. According to the documentation it is just a matter of creating a sonar-project.properties<
sonar-project.properties<
The Sonar runner supports projects with multiple modules. It doesn't support the analysis of multiple projects in one invocation.
The Java runner needs to be run against each project, picking up the properties file in each project directory.