...
Key | Description | Default value | Version |
|---|---|---|---|
sonar.host.connectTimeoutMs sonar.host.readTimeoutMs | Increasing HTTP timeouts of requests to Sonar server. The Maven plugin executes some HTTP requests to the Sonar server. Two timeouts makes the call fail if the server connection is too slow. In such a case the timeouts can be increased from Maven properties. | respectively 30'000 and 60'000 milliseconds | since 1.12 |
Duplications
Key | Description | Default value | Version |
|---|---|---|---|
sonar.cpd.${language_key}.minimumTokens | Minimum number of successive duplicated tokens before triggering a duplication. Property inactive on java projects. | 100 | since 2.14 |
| sonar.cpd.${language_key}.minimumLines | Minimum number of successive duplicated lines before triggering a duplication. Property inactive on java projects. | 10 | since 2.14 |
Log
| Key | Description | Default value | Version |
|---|---|---|---|
| sonar.showSql | Display all the SQL requests executed on batch side | false | since Sonar 2.14, Sonar Ant Task 1.4 & Sonar Runner 1.3 |
| sonar.showSqlResults | Display the result of all SQL requests executed on batch side | false | since Sonar 2.14, Sonar Ant Task 1.4 & Sonar Runner 1.3 |
| sonar.verbose | Activation of the DEBUG mode on batch side | false | since Sonar 2.12, Sonar Ant Task 1.3 & Sonar Runner 1.2 |

