Setup sonar-runner for multiple java projects

Posted by zetafish on Stack Overflow See other posts from Stack Overflow or by zetafish
Published on 2011-12-13T10:28:04Z Indexed on 2012/10/15 9:37 UTC
Read the original article Hit count: 198

Filed under:
|

I am trying to run sonar-runner to analyze multiple Java projects in one go. According to the documentation http://docs.codehaus.org/display/SONAR/Analyse+with+a+simple+Java+Runner it is just a matter of creating a sonar-project.properties file for each project. But it is not clear to me where exactly I have to put these sonar-project.properties files.

I tried to add multiple .properties files in the $SONAR_RUNNER_HOME/conf folder but the runner does not seem to pick them up. It only sees the sonar-project.properties file.

Any suggestions on how to run sonar-runner for multiple projects?

© Stack Overflow or respective owner

Related posts about java

Related posts about sonar