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

XtremeHunk picture XtremeHunk · Mar 2, 2015 · Viewed 16.5k times · Source

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.

Answer

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.