Hi @Alexandre_Holzhey, thanks for your response. I’ve configured it like this:
MAVEN_OPTS=-Dhttp.proxyHost=my.proxy.host -Dhttp.proxyPort=8080 -Dhttps.proxyHost=my.proxy.host -Dhttps.proxyPort=8080
JAVA_OPTS and SONAR_SCANNER_OPTS are configured with the same values.
The “default” SonarCloud tasks are working with these variables.
And for the maven settings, I’ve used the following docs.