Maven依赖拉取报错:..... status code: 405, reason phrase: Not Allowed (405)

Maven依赖拉取报错:..... status code: 405, reason phrase: Not Allowed (405)

[WARNING] com.qiniu:qiniu-java-sdk/maven-metadata.xml failed to transfer from http://repo.spring.io/libs-release during a previous attempt.  This failure was cached in the local repository and resolution will not be reattempted until the update interval of spring-milestone has elapsed or updates are forced.  Original error: Could not transfer metadata com.qiniu:qiniu-java-sdk/maven-metadata.xml from/to spring-milestone (http://repo.spring.io/libs-release): status code: 405, reason phrase: Not Allowed (405)

原因:maven高版本,不再默认允许http方式拉取资源

解决:显示开启运行http方式

-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true

image.png
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容