Remove sonar.projectKey & sonar.projectName yet

It turns out that these properties have some reasonable defaults, but
Sonar plugin on Bamboo can't read them anyway.
So, we have to modify CI plan for respective values for the project
This commit is contained in:
Artem Bilan
2019-12-05 11:39:00 -05:00
parent 492aaf91d6
commit 71adc5d111

View File

@@ -973,8 +973,6 @@ sonarqube {
property 'sonar.links.scm', linkScmUrl
property 'sonar.links.scm_dev', linkScmDevConnection
property 'sonar.java.coveragePlugin', 'jacoco'
property 'sonar.projectKey', "$group:$name"
property 'sonar.projectName', "$name"
}
}