Reputation: 43
Running SonarQube 5.6.7 with Jazz RTC plugin 1.1, when using a maven build to analysis an RTC project, the maven build and SonarQube analysis completes successfully but the SCM Stats page in SonarQube for that project is blank
Please advise how to resolve
Upvotes: 1
Views: 130
Reputation: 1325137
The SonarQube Jazz RTC SCM Plugin (1.1 from July 2016) still need to be run with a sonar scanner including the right parameters (as seen in Analyzing with SonarQube Scanner for instance)
sonar.host.url
sonar.projectKey=my:project
sonar.projectName=My project
sonar.projectVersion=1.0
Those are the kind of parameters which enable the sonnar plugin to send back the analysis results to the Sonar server.
Upvotes: 0