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 378B

123456789101112
  1. # Root project information
  2. sonar.projectKey=com.sonarsource.it.samples:multi-modules-exclusions
  3. sonar.projectName=Sonar :: Integration Tests :: Multi-modules With Exclusions
  4. sonar.projectVersion=1.0-SNAPSHOT
  5. sonar.language=xoo
  6. # Some properties that will be inherited by the modules
  7. sonar.sources=src/main/xoo
  8. # List of the module identifiers
  9. sonar.modules=module_a,module_b