zoukankan      html  css  js  c++  java
  • IDEA maven 无法加载已经安装的模块依赖包

    今天打包一直报如下错误

    Reactor Summary for freechain-op 1.0.1.OP:
    [INFO] 
    [INFO] freechain-op ....................................... SUCCESS [ 0.234 s]
    [INFO] op-model ........................................... SUCCESS [ 2.172 s]
    [INFO] op-starter ......................................... FAILURE [ 1.038 s]
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 3.642 s
    [INFO] Finished at: 2018-11-27T12:56:42+08:00
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal on project op-starter: Could not resolve dependencies for project com.freechain.op:op-starter:jar:1.0.1.OP: Failed to collect dependencies at com.freechain.fo:fo-model:jar:1.0.1.FO: Failed to read artifact descriptor for com.freechain.fo:fo-model:jar:1.0.1.FO: Could not find artifact com.freechain.fo:freechain-fo:pom:1.0.1.FO in localAdmin (http://192.168.1.223:8081/nexus/content/groups/public/) -> [Help 1]
    [ERROR] 
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR] 
    [ERROR] For more information about the errors and possible solutions, please read the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
    [ERROR] 
    [ERROR] After correcting the problems, you can resume the build with the command
    [ERROR] mvn <goals> -rf :op-starter
    
    Process finished with exit code 1

    参考答案

    https://liuyanzhao.com/8720.html

  • 相关阅读:
    hdu 5795 A Simple Nim 博弈sg函数
    hdu 5724 Chess 博弈sg+状态压缩
    hdu 3094 A tree game 树上sg
    2017"百度之星"程序设计大赛
    hdu 6134 Battlestation Operational 莫比乌斯反演
    HDU 6143 Killer Names DP+快速密
    HDU 6107 Typesetting 倍增
    HDU 6096 String 排序 + 线段树 + 扫描线
    HDU 6086 Rikka with String AC自动机 + DP
    HDU 6073 Matching In Multiplication dfs遍历环 + 拓扑
  • 原文地址:https://www.cnblogs.com/feifeicui/p/10027935.html
Copyright © 2011-2022 走看看