今天打包一直报如下错误

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

最新文章

  1. 三种上传文件不刷新页面的方法讨论:iframe/FormData/FileReader
  2. NFinal中增加生成页面自动带入js和css
  3. [Android Pro] CountDownTimer倒计时
  4. 判断pc端还是移动,并给移动加上其它的样式文件方法
  5. asp.net日志跟踪方法
  6. java--4种内部类
  7. hdu 4248 A Famous Stone Collector
  8. C# 自定义重绘TextBox
  9. Bluetooth Low Energy 介绍
  10. 最近跑hadoop遇到的一些问题
  11. POJ 1637 Sightseeing tour(最大流)
  12. android studio gradle 两种更新方法更新
  13. jquery的2.0.3版本源码系列(4):285-348行,extend方法详解
  14. Elasticsearch 学习(一):入门
  15. Spring Session产生的sessionid与cookies中的sessionid不一样的问题 &amp;&amp; httpOnly 设置不起作用的问题??
  16. Java IO总结
  17. Java编程基础篇第二章
  18. netty实现多个handler顺序调用
  19. 通过百度api 获取当前城市3种方法
  20. Oracle的基本数据类型(常用)

热门文章

  1. Voting CodeForces - 749C
  2. 转-eclipse管理多个workspace
  3. Selenium中验证码处理
  4. cocos_js写文件
  5. Android开发-浅谈架构(一)
  6. android开发学习 ------- Retrofit+Rxjava+MVP网络请求的实例
  7. sql server的一个字符串分割的表值函数方法
  8. ssm(Spring、Springmvc、Mybatis)实战之淘淘商城-第六天(非原创)
  9. canvas基础绘制-绚丽倒计时
  10. python pandas 中 loc &amp; iloc 用法区别