maven编译项目时提示:cached in the local repository

    xiaoxiao2022-07-12  234

    今天使用命令mvn compile编译maven项目时提示错误信息,部分错误信息如下: ...... was cached in the local repository, resolution will not be reattempted until the update interval of nexus ......

    定位结果:

    因为需要使用的greenplum数据库,所以使用了驱动包。我的本地库的是阿里的maven库,但是阿里上并没有这个包。是保存在(http://nexus.saas.hand-china.com/content/repositories/rdc)这个库里面。

    最新回复(0)