maven项目中子模块中相互引用问题解决方案

1 父模块为A,子模块为B和C,B和C为A项目新建的maven 模块项目。

B中在Run as ->Maven install 中出现


Could not resolve dependencies for project   XX : Failed to collect dependencies at XX

,此时只需先在父模块中进行Run as ->install ,之后子模块进行 Run as  ->install就没有问题了

你可能感兴趣的:(maven)