Search code examples
sonarqubesonarqube5.6

Issue Report Plugin not working in SonarQube 5.6.1


This is how i execute my sonar analysis,

mvn sonar:sonar -Dsonar.issuesReport.html.enable=true

In Sonar 4.0 i was able to generate HTML reports, But in SonarWube 5.6.1 its not working out (No errors thrown)

I have googled a lot and couldn't find an alternate plugin or any fix for this.

If some one can suggest me, that will be helpful


Solution

  • Take a look at SonarLint for Command Line. The functionality was moved there.

    EDIT SonarLint for Command Line has been dropped. The recommendation is now to use SonarLint in your IDE or Branch Analysis, which is available in Developer Edition($)