我有以下情况:
project A
- sub module A
- sub module B
我想将子模块B移到另一个项目:
project B
- sub module B
但是现在sonarQube出现了以下错误:
Module "submoduleB" is already part of project "projectA"
我可以在项目A中重命名密钥,这样就可以在项目B中再次使用它,但可能会丢失历史。因此,如何将模块的历史记录转移到另一个项目?
我试图将SonarQube配置为构建.net核心项目,构建本身就成功了,但是在完整的SonarQube分析构建步骤中得到了以下错误:
2017-07-27T08:25:21.5598883Z ##[error]No analysable projects were found. SonarQube analysis will not be performed. Check the build summary report for details.
我们正在使用:
SonarQube服务器和扫描器上的Java 8
SonarQube版本6.2
用于SonarQube 3.0的MSBu