diff options
Diffstat (limited to 'src/main/assembly/conf/sonar-scanner.properties')
-rw-r--r-- | src/main/assembly/conf/sonar-scanner.properties | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/main/assembly/conf/sonar-scanner.properties b/src/main/assembly/conf/sonar-scanner.properties index b30e841..8bf8356 100644 --- a/src/main/assembly/conf/sonar-scanner.properties +++ b/src/main/assembly/conf/sonar-scanner.properties @@ -1,9 +1,8 @@ -#Configure here general information about the environment, such as SonarQube server connection details for example -#No information about specific project should appear here +# Configure here general information about the environment, such as the server connection details for example +# No information about specific project should appear here -#----- Default SonarQube server -#sonar.host.url=http://localhost:9000 - -#----- Default source code encoding -#sonar.sourceEncoding=UTF-8 +#----- SonarQube server URL (default to SonarCloud) +#sonar.host.url=https://mycompany.com/sonarqube +#sonar.scanner.proxyHost=myproxy.mycompany.com +#sonar.scanner.proxyPort=8002 |