Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.5
-
Component/s: None
-
Labels:None
Description
Some modules are useless for qualitative/quantitative measures. For example the samples module of greenpepper (http://sonar-demo.hortis.ch/project/dashboard/132) should not impact the global code coverage.
The best way to do that is to give a new parameter "-Dskip_modules" to the Sonar Maven plugin through the command line. The value of this parameter is a coma separated list of modules to ignore
Another solution is to set the list of projects to ignore from a settings.xml property. It is not intrusive for pom.xml.