SonarQube 5.6使用Jazz RTC插件1.1缺少错误信息

SonarQube 5.6使用Jazz RTC插件1.1缺少错误信息,sonarqube,rtc,blame,ibm-jazz,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 Wo

当在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

请建议如何解决SonarQube 5.6.7版中的问题,该问题是
/Source/pom.xml
受版本控制吗?是的/Source/pom.xml受版本控制如果在命令行中执行
lscm annotate-u******-p***-pom.xml
,会发生什么情况(在目录
B:\Source
中,当用正确的用户名和密码替换
*
s时)?运行以下命令有效:cd B:\Source lscm annotate-u*****-P*******pom.xml在同一命令窗口中运行以下命令也返回退出代码为0 echo退出代码为%errorlevel%