選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

sonar-project.properties 264B

12345678910
  1. # Root project information
  2. sonar.projectKey=com.sonarsource.it.samples:multi-modules-sample
  3. sonar.language=xoo
  4. # Some properties that will be inherited by the modules
  5. sonar.sources=src/main/xoo
  6. # List of the module identifiers
  7. sonar.modules=module_a,module_b