sgoertzen / sonar-break-maven-plugin

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

Plugin does not work if sonar is under a proxy #47

Closed songokudbz closed 7 years ago

songokudbz commented 7 years ago

It seems that there is a problem in running your plugin if sonar is under a proxy. Can you advise how to configure this?

sgoertzen commented 7 years ago

The plugin uses the API exposed by sonar. You will need to configure your proxy to allow access to this.

There is a link at the bottom of each sonar page that goes over the API usage. If you are able to use any of the API endpoints listed then the plugin should be able to as well.

songokudbz commented 7 years ago

Thank you