zoukankan      html  css  js  c++  java
  • maven build失败 (Failure to find io.renren:renren-security:pom:3.2.0 in http://maven.aliyun.com/nexus/content/groups/public/ was cached in the local repository...)

     

    今天mvn clean package一个子工程(renren-admin)时报错:

    Failed to execute goal on project renren-admin: Could not resolve dependencies for project io.renren:renren-admin:war:3.2.0: Failed to collect dependencies at io.renren:renren-common:jar:3.2.0: Failed to read artifact descriptor for io.renren:renren-common:jar:3.2.0: Failure to find io.renren:renren-security:pom:3.2.0 in http://maven.aliyun.com/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced -> [Help 1]

    无法找到renren-common:jar:3.2.0

    这个jar包是项目中的另一个平级的子工程。

    解决办法:

    先打包父工程:mvn -X clean install   再重新打包子工程renren-admin,打包成功。

    参考文章   https://www.cnblogs.com/newworldnewstart/p/9341620.html

    https://www.oschina.net/question/143808_156035

  • 相关阅读:
    sshpass连接主机以及执行命令
    elk集群配置并破解x-pack
    socket实现简单通信会话
    docker容器跨宿主机通信
    docker运行wordpress
    centos7 利用docker运行nginx项目
    docker容器基础命令
    docker镜像基础命令
    vue中使用延时加载
    less
  • 原文地址:https://www.cnblogs.com/hahajava/p/11565070.html
Copyright © 2011-2022 走看看