SonarQube 5.6使用Jazz RTC插件1.1缺少责备信息

时间:2017-07-10 09:03:37

标签: sonarqube rtc blame ibm-jazz

当在maven构建中使用Jazz RTC插件1.1运行SonarQube 5.6以从RTC项目获取非责任信息时,我正在点击以下内容并且没有收集到错误信息:

[INFO] 11:46:26.782 Sensor SCM Sensor (wrapped)
[INFO] 11:46:26.782 SCM provider for this project is: jazz
[INFO] 11:46:26.782 1 files to be analyzed
[DEBUG] 11:46:26.797 Working directory: B:\Source
[DEBUG] 11:46:26.797 Executing: cmd /C call lscm annotate -u ***** -P ******** pom.xml
[DEBUG] 11:46:26.813 Skipping untracked file: pom.xml. Annotate command exit code: 1
[INFO] 11:46:26.813 0/1 files analyzed
[WARNING] 11:46:26.813 Missing blame information for the following files:
[WARNING] 11:46:26.813   * B:/Source/pom.xml
[WARNING] 11:46:26.813 This may lead to missing/broken features in SonarQube
[INFO] 11:46:26.813 Sensor SCM Sensor (wrapped) (done) | time=31ms

请告知如何解决

1 个答案:

答案 0 :(得分:1)

在SonarQube 5.6.7中修复