前提:
product项目下有三个module,分别是:
driver module
domain-perf module
common module
问题:
driver 和 domain-perf 都依赖common, common install正常,domain-perf 在install的时候,提示:
Could not resolve dependencies for project com.fanxl:product-client:jar:0.0.1-SNAPSHOT: Failed to collect dependencies at com.fanxl:product-common:jar:0.0.1-SNAPSHOT
但是common是正常install的
解决办法:
在root也就是parent上先install一下,domain-perf 再install就ok了