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

Release is not a plugin for SonarQube 6.7.1 #6

Closed
ajoecker opened this issue Mar 16, 2018 · 2 comments
Closed

Release is not a plugin for SonarQube 6.7.1 #6

ajoecker opened this issue Mar 16, 2018 · 2 comments
Labels
question Further information is requested wontfix This will not be worked on

Comments

@ajoecker
Copy link

Hi,

I downloaded the release v1.1.0 and tried to load it in SonarQube 6.7.1, which fails with the message

2018.03.16 09:04:17 ERROR web[][o.s.s.p.Platform] Web server startup failed: File is not a plugin. Please delete it and restart: C:\dev\sonarqube-6.7.1\extensions\plugins\sonar-cnes-report-1.0.jar

I also tried it by cloning the repo and build it with maven, but with the same result.

@begarco begarco added question Further information is requested wontfix This will not be worked on labels Mar 17, 2018
@begarco
Copy link
Contributor

begarco commented Mar 17, 2018

This is a standalone software you can use as follow:
java -jar sonar-report-cnes.jar --sonar.url http://sonarqube:9000 --sonar.project.id my-project-id --report.template ./template.docx --report.locale fr_FR

This is not a plugin for SonarQube: our goal is to be able to retrieve reports from anywhere (another server like Jenkins for example), you just need SonarQube's url.

@ajoecker
Copy link
Author

ah good to know - thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants