Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install on SonarQube 9 Commercial Versions #56

Open
robertdeboer opened this issue Nov 3, 2021 · 2 comments
Open

Cannot install on SonarQube 9 Commercial Versions #56

robertdeboer opened this issue Nov 3, 2021 · 2 comments

Comments

@robertdeboer
Copy link

robertdeboer commented Nov 3, 2021

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

  1. Go to SonarQube 9.x commercial instance - developer, enterprise, data center
  2. Click on Administration -> Marketplace
  3. Scroll down to Clover plugin
  4. See the absence of the install button
  5. Follow link to documentation on installing the plugin - referenced above.

Expected behavior
Either:

  1. A jar file available for download and installation
  2. A section in the documentation referencing to building one or other such installation steps.

Screenshots
image

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

@robertdeboer
Copy link
Author

Any suggestions on this? I would be more than a happy to build this myself if there was some instructions provide in the documentation on how to do so.

@Tony-Proum
Copy link
Member

Hi @robertdeboer sorry for the delay, seems like I missed a lot of notifications,
The jar is available on maven central, but as you pointed out, it could be a good idea to include it as assets of new releases. I'll try to include this in the future one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants