博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【异常】Could not find artifact com.wm.****:
阅读量:5139 次
发布时间:2019-06-13

本文共 773 字,大约阅读时间需要 2 分钟。

1 详细异常

[ERROR] Failed to execute goal on project spark-etl: Could not resolve dependencies for project com.wm.bigdata:******:jar:1.0-SNAPSHOT: Could not find artifact com.wm.*****:jar:1.0-SNAPSHOT in nexus-weima (http://******:8086/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

  

2 原因

是因为父工程没有构建过,就去构建子模块,导致父工程的坐标在仓库中找不到
解决方法:
            先构建一下父工程,再构建一下子工程,解决问题

转载于:https://www.cnblogs.com/QuestionsZhang/p/11178810.html

你可能感兴趣的文章
Java的修饰符
查看>>
Set ,List,ArrayList,LinkedList,Vectory,HashMap,Hashtable,HashSet,TreeSet,TreeSet
查看>>
使用iframe完成文件上传
查看>>
Redis多实例搭建
查看>>
评价cnblogs.com的用户体验
查看>>
iOS 去掉navgationbar 底部线条
查看>>
java 反射
查看>>
JS 作用域 实例分析
查看>>
ubuntu搭建ftp服务
查看>>
ODAC(V9.5.15) 学习笔记(四)TMemDataSet (1)
查看>>
css 单行图片文字水平垂直居中汇总
查看>>
学习Java
查看>>
在eclipse中import java web项目时遇到的一些问题并将该项目通过tomcat发布
查看>>
ASP.NET页面运行机制
查看>>
MyBatis原理简介
查看>>
react中的children使用方法
查看>>
自己动手验证java和C++在动态性上的区别 求大侠斧正
查看>>
2018-2019-1 20189221《Linux内核原理与分析》第二周作业
查看>>
llinux基本指令
查看>>
ARP协议
查看>>