zl程序教程

您现在的位置是:首页 >  后端

当前栏目

maven出现:Failed to execute goal on project ...: Could not resolve dependencies for project ...

MavenOnFailed for to not 出现 ...
2023-09-27 14:27:24 时间

项目结构是一个父项目,多个子项目目录:

 

例如:

common --------------(父项目)       

fristDemo    ------------(子项目)

 

如果在子项目中调用了父项目,而对(子项目)打包时,就报:

Failed to execute goal on project  fristDemo     Could not resolve dependencies for projec

 

解决:

                     对(common )父项目clearn再install: