aboutsummaryrefslogtreecommitdiffstats
path: root/it/projects/multi-module/simplest/simplest-with-props-on-root/sonar-project.properties
blob: a3488b82f41e8e895e680c0da99eb4650e20bbe7 (plain)
1
2
3
4
5
6
7
8
9
10
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')