Error using Travis CI with Sonarcloud: Not authorized. Please check the properties sonar.login and sonar.password
I'm following Get started instructions on sonarcloud.io to execute the SonarQube Scanner for Maven from my computer: mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar \ -Dsonar.host.url=https://sonarcloud.io \ -Dsonar.organization=ron190-github \ -Dsonar.login=9...e Manual execution is working: [INFO] ANALYSIS SUCCESSFUL, you can browse https://sonarcloud.io/dashboard/index /jsql-injection:jsql-injection But when I'm ready to automate with Travis CI it's failing with Not authorized. Please check the properties sonar.login and sonar.password. : [ERROR] Failed to execute