Failed to execute goal org.sonarsource.scanner.maven:
sonar-maven-plugin:3.4.0.905:sonar (default-cli) on project HdmParent:
Unable to execute SonarQube: Fail to get bootstrap index from server:
Failed to connect to localhost/0:0:0:0:0:0:0:1:9000: Connection refused: connect -> [Help 1]
execute $mvn clean verify sonar:sonar Times error. I connected to a remote sonarqube server and configured it in the pom file to see why localhost/0:0:0:0:0:0:0:1:9000 is displayed in the error reported.
sonar-maven-plugin and sonar remote servers are also configured, as shown below:
$ mvn sonar:sonar -Dsonar.host.url=http://192.168.12.87:9009 -Dsonar.login=*
< / H2 >
I have checked a lot of information to no avail. I would like to ask you for advice. Thank you