码上快乐
1秒登录
首页
榜单
标签
关于
搜索
相关内容
简体
繁体
Maven异常:Could not find artifact
本文转载自
查看原文
2020-09-26 13:03
5049
遇到的几个错误
实习的第一天把一个maven项目导入到idea中运行,但是出现了异常,如图:
大家如果遇到这个问题可以先看看这篇博客:
https://blog.csdn.net/zpwggi123/article/details/87189959
我的解决方法是把异常提示里面的那个jar包从本地仓库中删除,然后把那个jar文件重新maven install,问题就可以解决了
具体操作是把那个jar放到d盘下,然后在d盘下执行maven命令:
mvn install:install-file -Dfile=dubbo-5.0.3.2-SNAPSHOT.jar -DgroupId=com.alibaba -DartifactId=dubbo -Dversion=5.0.3.2-SNAPSHOT -Dpackaging=jar
×
免责声明!
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。
猜您在找
Maven异常:Could not find artifact
【异常】Could not find artifact com.wm.****:
异常总结(4):Could not find artifact org.springframework.boot:spring-boot-maven-plugin: 2.4.0.RELEASE
Could not find artifact pom
maven项目中找不到pom文件(Could not find artifact com.dreambegin:housekeep:pom:1.0-SNAPSHOT)
Could not find artifact cn.e3mall:e3mall-parent:pom:0.0.1-SNAPSHOT
Could not transfer artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from/to central
maven:Could not transfer artifact from/to maven-default-http-blocker (http://0.0.0.0/) 问题解决
Maven父模块执行clean报错:Non-resolvable parent POM for xx:xx:0.0.1-SNAPSHOT: Could not find artifact xx:xx:0.0.1-SNAPSHOT and 'parent.relativePath' points at no local POM @ line 5, column 13
maven的pom.xml第一行报错以及ArtifactTransferException: Could not transfer artifact.....和 CoreException...的问题
粤ICP备18138465号
© 2018-2025 CODEPRJ.COM