Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Generate html issues report in SonarQube 5.1

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?

like image 238
Venu Kumaresan Avatar asked Apr 06 '15 09:04

Venu Kumaresan


2 Answers

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
like image 103
WiSeeker Avatar answered Oct 19 '22 02:10

WiSeeker


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

like image 29
Alexandre - SonarSource Avatar answered Oct 19 '22 03:10

Alexandre - SonarSource