I am using Sonar on Linux with project in Java using Ant. I have a multi-module development project. I have been able to import multiple source folders, test folders, and binary folders. Unit test reports are also imported fine since all reports are in one folder. However, our Cobertura reports are generated into several folders like this:
./coberturaReports/module1/coverage.xml
./coberturaReports/module2/coverage.xml
defining the path to reports like this does not work: ./coberturaReports/**/coverage.xml
Any ideas? Thanks