You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Hi,
I downloaded the release v1.1.0 and tried to load it in SonarQube 6.7.1, which fails with the message
I also tried it by cloning the repo and build it with maven, but with the same result.
The text was updated successfully, but these errors were encountered: