sfeir-open-source / sonar-clover

It provides the ability to feed SonarQube with code coverage data coming from Atlassian Clover
Apache License 2.0
15 stars 25 forks source link

Cannot install on SonarQube 9 Commercial Versions #56

Open robertdeboer opened 2 years ago

robertdeboer commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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