diff options
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index e190b1da8d9..075afab7bdb 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -912,11 +912,9 @@ property.sonar.global.test.exclusions.description=Patterns used to exclude some 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 |