ProjectReactorBuilder can't recognize the sonar-project.properties..)
But with sonar-runner-2.6 or higher, everything goes OK...
I debug the source code and find the problem here,
Actually my project includes sub-projects that specified in sonar-project.properties' sonar.modules
(but it's not recognized? Maybe here getSubProjects() 's return value that is shared by the other object
is reset by the other object)
(from ProjectReactorBuilder.java:)
if (project.getSubProjects().isEmpty()) {...
}
hmmm... I guess here is a known bug that has been fixed?
(because 2.6 doesn't show this bug...)
PS:
(maybe this is a clue, when I am using sonar-runner 2.6:
A multi-module project can't have source folders)
If what i have said is not clear for you, please let me know~
Thx