perforce / sonar-scm-perforce

SonarQube Perforce plugin
6 stars 23 forks source link

Fix configuration properties not showing in SonarQube Administration UI. #6

Closed mjdetullio closed 8 years ago

mjdetullio commented 8 years ago

In newer versions of SonarQube, properties must be added to the Plugin's extension list, specified by getExtensions().

Working example: https://github.com/SonarSource/sonar-scm-svn/blob/1.2/src/main/java/org/sonar/plugins/scm/svn/SvnPlugin.java#L37

henryju commented 8 years ago

Good catch. And this is not limited to newer version of SonarQube. I have created a ticket: https://jira.sonarsource.com/browse/SONARSCPER-13

mjdetullio commented 8 years ago

I only noticed the problem when going from 5.1 to 5.2 hence why I thought it applied to only newer versions. But anyway, thanks for the merge.