大家好,又见面了,我是你们的朋友全栈君。
Could not transfer artifact xxx from/to xxx解决方案
-
- 问题描述
- 解决步骤
问题描述
本地仓库有对应的jar包,但是maven install 一直提示 Could not transfer artifact。折腾了我老半天
代码语言:javascript复制Failed to read artifact descriptor for *: Could not transfer artifact * from/to central (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version -> [Help 1]
解决步骤
- 找到本地仓库对应的问题jar包 后里面一个 _remote.repositories 文件;
- 打开这个文件 把 public= 改成 central=,
ps: nexus 表示为私服,central表示为中央仓库
- 此时可以重新编译,如果还是报 Could not transfer artifact ,不要方,你可以再尝试把对应jar包目录中 .lastUpdated结尾的文件给干掉,这个时候就好了。
希望这个解决方案可以帮助大家,谢谢
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/172139.html原文链接:https://javaforall.cn