...
Key | Description | Default value | Version |
|---|---|---|---|
| sonar.projectKey | The project key that is unique for each project. | ||
| sonar.projectName | Name of the project that will be displayed on the web interface. | ||
| sonar.projectVersion | The project version. Set through <version> when using Maven. | ||
sonar.language | Sets the language of source code. By default, Sonar is using Java source code analyser. If If a Sonar plugin allows to analyze another language, the associated source code analyser can be activated with this property. | java | since 2.0 |
| sonar.sources | Comma-separated paths to directories containing sources. |
...

