I am using SonarQube 5.6.3. How can I create a SonarQube analysis details report as a PDF form, an excel report, or an html formatted report?
No plugin seems to be avail
To get html reports add these properties to your sonar.properties file
sonar.analysis.mode=preview sonar.issuesReport.html.enable=true