Hi All, need your help.
Maven version : 3.6
SonarQube Server version : 7.6
I have done the changes required in settings.xml as written in this(https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-maven/)
With that I have also added dependecy in .pom file with groupID :- (org.sonarsource.scanner.maven) with version 3.2.
After that I run the maven build goal as : clean install
Build Successfull
Then I run the maven build as : sonar:sonar -e
Here’s the error :
‘’’
[ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar (default-cli) on project xyz: Unable to execute SonarQube: Fail to get bootstrap index from server: Status returned by url [http://localhost:9000/batch/index] is not valid: [503] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar (default-cli) on project xyz: Unable to execute SonarQube
‘’’