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

  • 相关阅读:
    [火柴排队]
    [NOI2001食物链]
    [黑科技]
    [SDOI2009HH的项链]
    [GXOI/GZOI2019旅行者]
    [Nim游戏]
    Log4Net
    C#创建windows服务并定时执行
    MySQL实现类似Oracle的序列
    DevExpress XtraTreeList的复选框 禁用
  • 原文地址:https://www.cnblogs.com/hahajava/p/11565070.html
Copyright © 2011-2022 走看看