lowkeyfish / sonar-intellij-plugin

Perform Sonar code analysis on Java projects, view code analysis reports, and prompt problem codes.
GNU General Public License v3.0
18 stars 11 forks source link

Unable to set project name/key or branch name #4

Closed benze closed 2 years ago

benze commented 2 years ago

I ran across your plugin and thought it might be interesting to try out, but unfortunately, you do not allow the user to override the sonar.*** properties as part of the project settings. I am not sure why that is the case, but it prevents me from setting my Sonar project name and/or branch.

It would be nice to be able to provide that information as part of the configuration: sonar.projectKey sonar.branch.name

Thanks,

Eric

lowkeyfish commented 2 years ago

Your proposal is very good, I will release a version as soon as possible to support more properties.

lowkeyfish commented 2 years ago

@benze version v0.1.7 already supports more property settings.