willmanio / sonarqube

SonarQube Chef Cookbook
https://supermarket.chef.io/cookbooks/sonarqube
7 stars 27 forks source link

Fix plugin installation mechanism and add ldap plugin support #25

Closed iluxame closed 7 years ago

iluxame commented 7 years ago

There was a bug in plugin installation (at least with sonar 6.3.1). In case that plugin was already installed, plugin install with newer version will end up with two plugin jars and sonar will fail to run.

This commit fixes this issue

Also it allows to use ldap plugin with sonar

iluxame commented 7 years ago

sorry, I've committed wrong commit. will reopen when the correct commit will be pushed

iluxame commented 7 years ago

I've opened a new PR https://github.com/christianewillman/sonarqube/pull/26. Sorry for the mess