Setup sonar-runner for multiple java projects

前端 未结 3 1205
生来不讨喜
生来不讨喜 2020-12-03 10:45

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<

3条回答
  •  一生所求
    2020-12-03 11:28

    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.

提交回复
热议问题