]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4656 Fix documentation labels on sonar.(include|exclude)Modules properties
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 12 Sep 2013 07:49:26 +0000 (09:49 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 12 Sep 2013 07:49:26 +0000 (09:49 +0200)
plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties

index 54dfc755f6e710d0ab3068e1089ca4b8cc05ea56..b4c80c3dfd91209dbfb5214c8953a6341ad284cc 100644 (file)
@@ -816,10 +816,11 @@ category.exclusions.files.help=<h2>Wildcards</h2>\
  </table>
 
 property.sonar.skippedModules.name=Exclude project modules from code analysis
-property.sonar.skippedModules.description=Comma separated list of module keys to be excluded from analysis. This property can be used for instance to exclude some Maven modules from a SonarQube analysis. Changes will be applied during next code analysis.
+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. Changes will be applied during next code analysis.
 property.sonar.includedModules.name=Include project modules in code analysis
 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.
+ 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. Changes will be applied during next code analysis.
 property.category.exclusions.issues=Issues
 property.category.exclusions.issues.description=Configure which issues should not be reported.
 property.category.exclusions.duplications=Duplications