Could not transfer artifact xxx from/to xxx的解决方案
Could not transfer artifact xxx from/to xxx解决方案问题描述解决步骤问题描述本地仓库有对应的jar包,但是maven install 一直提示 Could not transfer artifact。折腾了我老半天Failed to read artifact descriptor for *: Could not transfer artifact...
·
问题描述
本地仓库有对应的jar包,但是maven install 一直提示 Could not transfer artifact。折腾了我老半天
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结尾的文件给干掉,这个时候就好了。
希望这个解决方案可以帮助大家,谢谢
更多推荐
已为社区贡献3条内容
所有评论(0)