Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is "projectkey" in sonar-project.properties file

What is the "projectkey" in sonar-project.properties file?

sonar.projectKey= 

sonar.projectVersion=1.0

sonar.projectName=

How to decide the projectkey? I mean where can we find it for our .Net,plsql projects?

Note- I am new to these sonar and trying to setup all these on my own in my organization.

like image 598
XtremeHunk Avatar asked Mar 02 '15 06:03

XtremeHunk


1 Answers

projectKey is simply the unique identifier of your project inside SonarQube. You are free to choose whatever you want, as long as it is unique.

Analysis Parameters is the official documentation page from Sonar, where you can find additional information about all the properties.

like image 144
Fabrice - SonarSource Team Avatar answered Oct 28 '22 02:10

Fabrice - SonarSource Team