diff options
Diffstat (limited to 'tests/projects/measureHistory/xoo-multi-files-sample/sonar-project.properties')
-rw-r--r-- | tests/projects/measureHistory/xoo-multi-files-sample/sonar-project.properties | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/projects/measureHistory/xoo-multi-files-sample/sonar-project.properties b/tests/projects/measureHistory/xoo-multi-files-sample/sonar-project.properties new file mode 100644 index 00000000000..59af7dfeaca --- /dev/null +++ b/tests/projects/measureHistory/xoo-multi-files-sample/sonar-project.properties @@ -0,0 +1,9 @@ +# Root project information +sonar.projectKey=multi-files-sample +sonar.projectName=Sonar :: Integration Tests :: Multi-files Sample +sonar.projectVersion=1.0-SNAPSHOT + +sonar.language=xoo + +# Some properties that will be inherited by the modules +sonar.sources=src/main/xoo |