How to Generate html issues report in SonarQube 5.1
Asked Answered
F

2

6

We have recently upgraded SonarQube to 5.1 version. In earlier versions there was Issues report plugin to generate html report for the issues. Now that plugin becomes native in 5.1, I wonder where the settings for issues report is? Is there anyway to generate html issues report as earlier?

Fishman answered 6/4, 2015 at 9:31 Comment(0)
M
2

To complement Alexandre's answer; The parameters are described here.

Since SonarQube 4.0 you can do the following:

sonar-runner -Dsonar.analysis.mode=preview -Dsonar.issuesReport.html.enable=true
Marjie answered 24/11, 2015 at 19:52 Comment(2)
I was not able to comment yet I wanted to contribute. BTW, thanks for your feedback.Marjie
In hind sight, I can probably edit this so that it would be more suitable as an answer.Glycosuria
U
1

Parameters are the same than before when the Issues Report was a Plugin. See : http://docs.sonarqube.org/display/SONAR/Getting+Issues+Report+in+Preview+Mode

Urbanite answered 29/5, 2015 at 13:52 Comment(2)
this page does not exist anymoreLightness
The page seems to have moved to docs.sonarqube.org/display/PLUG/Issues+Report+PluginMarjie

© 2022 - 2024 — McMap. All rights reserved.