I already changed the key, but the displayed Name stayed the same. How can I change that one?
If you have a sonar-project.properties file for your project, the name is specified thanks to the sonar.projectName=... property in that file.
If you are on a Maven project, this value comes from the the project name provided inside the root POM file.
Otherwise, you can set the name on the command line when running the analysis, usually with the -Dsonar.projectName=... argument.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With