Details
Description
For technical reasons these properties must be defined on the root project (properties or command-line) but not directly on modules.
For example if there are three levels of modules : ROOT -> A -> A1, excluding A1 is possible by defining sonar.skippedModules=A1 on ROOT, but not on A.