diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-06-23 21:31:56 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-06-25 23:42:50 +0200 |
commit | 70b6899988da0d2ba0a39b846e4f1bd3fa27304f (patch) | |
tree | 1ac093a87e0fba6b07c6feb6aceae89bdd9663cf /tests/projects/exclusions/xoo-multi-modules/sonar-project.properties | |
parent | 5dd574819854e9ce7e2f4e181e78153a7ecbf828 (diff) | |
download | sonarqube-70b6899988da0d2ba0a39b846e4f1bd3fa27304f.tar.gz sonarqube-70b6899988da0d2ba0a39b846e4f1bd3fa27304f.zip |
Move integration tests to directory tests/
Diffstat (limited to 'tests/projects/exclusions/xoo-multi-modules/sonar-project.properties')
-rw-r--r-- | tests/projects/exclusions/xoo-multi-modules/sonar-project.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/projects/exclusions/xoo-multi-modules/sonar-project.properties b/tests/projects/exclusions/xoo-multi-modules/sonar-project.properties new file mode 100644 index 00000000000..9ba45876d2b --- /dev/null +++ b/tests/projects/exclusions/xoo-multi-modules/sonar-project.properties @@ -0,0 +1,12 @@ +# Root project information +sonar.projectKey=com.sonarsource.it.samples:multi-modules-exclusions +sonar.projectName=Sonar :: Integration Tests :: Multi-modules With Exclusions +sonar.projectVersion=1.0-SNAPSHOT + +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 |