aboutsummaryrefslogtreecommitdiffstats
path: root/it/projects/multi-module/simplest/simplest-with-props-on-root/sonar-project.properties
diff options
context:
space:
mode:
Diffstat (limited to 'it/projects/multi-module/simplest/simplest-with-props-on-root/sonar-project.properties')
-rw-r--r--it/projects/multi-module/simplest/simplest-with-props-on-root/sonar-project.properties11
1 files changed, 11 insertions, 0 deletions
diff --git a/it/projects/multi-module/simplest/simplest-with-props-on-root/sonar-project.properties b/it/projects/multi-module/simplest/simplest-with-props-on-root/sonar-project.properties
new file mode 100644
index 0000000..a3488b8
--- /dev/null
+++ b/it/projects/multi-module/simplest/simplest-with-props-on-root/sonar-project.properties
@@ -0,0 +1,11 @@
+sonar.projectKey=simplest-with-props-on-root
+sonar.projectName=Simplest multi-module project with all properties set on the root project
+sonar.projectVersion=1.2.3
+
+sonar.sources=src
+
+sonar.modules=module1,module2
+
+# no need to set the "sonar.projectBaseDir": it also defaults to <current_dir>/<module_ID>
+# no need to set the "sonar.projectKey": it defaults to the module ID ('module1')
+# no need to set the "sonar.projectName": it defaults to the module ID ('module1') \ No newline at end of file