aboutsummaryrefslogtreecommitdiffstats
path: root/it/projects/multi-module/failures/unexisting-base-dir/sonar-project.properties
blob: 8bb89b76e21316d2f28c3f684bdcdb4ee92400f4 (plain)
1
2
3
4
5
6
7
8
9
10
sonar.projectKey=unexisting-base-dir
sonar.projectName=Project with unexisting base directory for module
sonar.projectVersion=1.2.3

sonar.sources=src

sonar.modules=module1,module3

module1.sonar.projectName=Module 1
module3.sonar.projectName=Module 3