From 69d6ba48c07b69ddd6cce7361573d3ab46517fb0 Mon Sep 17 00:00:00 2001 From: Julien HENRY Date: Tue, 30 Apr 2024 16:59:35 +0200 Subject: SCANCLI-84 Rename SonarScanner -> SonarScanner CLI --- src/main/assembly/conf/sonar-scanner.properties | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'src/main/assembly/conf') 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 -- cgit v1.2.3