-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Describe the bug
Missing installation instructions for SonarQube 9.x commercial versions.
Starting in SonarQube 9.x non community editions (developer, enterprise, data center), plugins cannot be installed via the Marketplace admin area of the SonarQube instance - installation must be done manually. Documentation here. According to the docs, this is as simple as downloading and placing a jar file on the SonarQube server. However, I do not see a jar file in the source code downloads nor any documentation mentioning building one.
This plugin is great in that using generated clover coverage files are much easier than junit as junit likes to use absolute file paths, which make using it in any sort of CI process where the testing is done in one place and scanning in another a nightmare.
To Reproduce
- Go to SonarQube 9.x commercial instance - developer, enterprise, data center
- Click on Administration -> Marketplace
- Scroll down to Clover plugin
- See the absence of the install button
- Follow link to documentation on installing the plugin - referenced above.
Expected behavior
Either:
- A
jarfile available for download and installation - A section in the documentation referencing to building one or other such installation steps.
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
SonarQube 9.1.0.47736
Edition: Developer
