aosapps / drone-sonar-plugin

The plugin of Drone CI to integrate with SonarQube (previously called Sonar), which is an open source code quality management platform.
MIT License
30 stars 51 forks source link

Not able to specify projectKey and projectName #28

Open Hpareek07 opened 3 years ago

Hpareek07 commented 3 years ago

I am trying to use projectKey and projectName parameters using sonar-project.properties file in drone v 0.8 but it is not picking the correct configuration.

Reference file:

sonar.projectName=preprocessor
sonar.projectKey=com.xyz.abc:preprocessor

Can you please let me know any other alternative ?