You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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