首页 > 其他 > 详细

【异常】Could not find artifact com.wm.****:

时间:2019-07-13 00:15:28      阅读:137      评论:0      收藏:0      [点我收藏+]

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 原因

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

【异常】Could not find artifact com.wm.****:

原文:https://www.cnblogs.com/QuestionsZhang/p/11178810.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!