[ERROR] Failed to execute goal on xxx: Could not resolve dependencies for project com.xx.jar

在打包ins-auto-center-AAA的时候maven报错如下:

[ERROR] Failed to execute goal on project ins-auto-center-AAA: Could not resolve dependencies for project com.XXX:ins-auto-center-AAA:1.1.5-SNAPSHOT: Cannot access fchx-group-xxx(http://nexus.xxx.com/repository/fchx-group/) in offline mode and the artifact com.xxx:ins-auto-center-BB:jar:1.0-SNAPSHOT has not been downloaded from it before. -> [Help 1]

看报错信息为ins-auto-center-BB:jar:1.0-SNAPSHOT找不到,此时需要把ins-auto-center-BB:jar:1.0-SNAPSHOT要先打包上传到私服nexus,然后再打包ins-auto-center-AAA就可以了。

你可能感兴趣的:(小小小知识点)