sonarqube transfer module to another project

ε祈祈猫儿з 提交于 2020-01-24 21:09:06

问题


I have the following situation:

project A
  - sub module A
  - sub module B

I want to move the sub module B to another project:

project B
  - sub module B

But now sonarQube comes up with the following error:

Module "submoduleB" is already part of project "projectA"

I could rename key in project A so that it can be used again in project B but then I probably lose the history. Thus, how can I transfer the module's history to another project?


回答1:


You can't transfer the history.

You could recreate it using sonar.projectDate (docs), but you'll have to do that for the project as a whole; you can't retroactively insert new data into old analyses.



来源:https://stackoverflow.com/questions/44967387/sonarqube-transfer-module-to-another-project

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!