When installing my sonar cloud account with it i get on maven build
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar (default-cli) on project profile-service: Not authorized. Please check the properties sonar.login and sonar.password. -> [Help 1]
First things first, have you correctly set the either SONAR_TOKEN environment variable or the -Dsonar.login argument for the token ?
And, for the URL, have you set the sonar.host.url xml tag in the properties part of your pom.xml ?