1
當在Maven構建中使用Jazz RTC插件1.1運行SonarQube 5.6以從RTC項目獲取責任信息時,我點擊以下並且沒有收集到任何非指責信息:SonarQube 5.6使用Jazz RTC插件1.1缺少責任信息
[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
請告知如何解決
在版本控制之下'/來源/ pom.xml'? – slartidan
是/Source/pom.xml受版本控制 – Carl
如果在命令行中執行lscm annotate -u ***** -P ******** pom.xml,會發生什麼情況(在目錄'B:\ Source',當用正確的用戶名和密碼替換'*'s時)? – slartidan