sgoertzen / sonar-break-maven-plugin

Fail your maven build if sonar detects issues with the code
MIT License
10 stars 15 forks source link

Work with sonar authentication #49

Open iustinov opened 7 years ago

iustinov commented 7 years ago

Hi! Can your plugin work with Sonar with authentication? I have Sonar with with some projects with limited access. I try use plugin, but it return timeout.

sgoertzen commented 7 years ago

There is no built in support for authentication against sonar.

Do you know if sonar supports basic authentication? If so you could try just putting your username/password into the sonar URL.

https://[username]:[password]@sonar.yourserver.com