diff options
Diffstat (limited to 'tests/projects/shared/xoo-multi-module-sample-without-project-name-version/sonar-project.properties')
-rw-r--r-- | tests/projects/shared/xoo-multi-module-sample-without-project-name-version/sonar-project.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/projects/shared/xoo-multi-module-sample-without-project-name-version/sonar-project.properties b/tests/projects/shared/xoo-multi-module-sample-without-project-name-version/sonar-project.properties new file mode 100644 index 00000000000..074304998f5 --- /dev/null +++ b/tests/projects/shared/xoo-multi-module-sample-without-project-name-version/sonar-project.properties @@ -0,0 +1,10 @@ +# Root project information +sonar.projectKey=com.sonarsource.it.samples:multi-modules-sample + +sonar.language=xoo + +# Some properties that will be inherited by the modules +sonar.sources=src/main/xoo + +# List of the module identifiers +sonar.modules=module_a,module_b |