SonarQube server [http://10.56.197.55:9000] can not be reached

When i used maven build with :sonar:sonar" i got this error:“SonarQube server [http://10.56.197.55:9000] can not be reached”.
when i trying to reach:“http://localhost:9000/” with my browser i see the dashboard,
why the maven try to reach :“http://10.56.197.55:9000” instead of “http://localhost:9000/” ?
how i can fix it?

A post was merged into an existing topic: SonarQube server can not be reached