property.category.exclusions.files=Files
property.category.exclusions.files.description=Configure the files that should be completely ignored by the analysis.
property.sonar.skippedModules.name=Module Exclusions
-property.sonar.skippedModules.description=Comma-separated list of the modules to exclude from analysis.<br>\
- If a module's artifactId differs from its module name (the directory name): it is the artifactId that should be use instead of the module name.
+property.sonar.skippedModules.description=This property is deprecated since version 4.3 and should not be used anymore.
property.sonar.includedModules.name=Module Inclusions
-property.sonar.includedModules.description=Comma-separated list of the modules to analyse, all other modules are automatically ignored. Be careful: the root project must be added to the list.<br>\
- If a module's artifactId differs from its module name (the directory name): it is the artifactId that should be use instead of the module name.
+property.sonar.includedModules.description=This property is deprecated since version 4.3 and should not be used anymore.
property.category.exclusions.issues=Issues
property.category.exclusions.issues.description=Configure the conditions under which issues should not be reported.
property.category.exclusions.duplications=Duplications