Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When sonar is launched with maven but from another folder than the pom (like this mvn -f Subdirectory/pom.xml sonar:sonar)
The coverage report is produced in the correct folder (Subdirectory/target/sonar/coverage-report.xml) but the CoverageReportSensor is looking for it in target/sonar/coverage-report.xml.
I think there is something fishy going on here