其他分享
首页 > 其他分享> > Could not transfer artifact e-iceblue:spire.pdf:pom:3.11.6 from/to maven-default-http-blocker

Could not transfer artifact e-iceblue:spire.pdf:pom:3.11.6 from/to maven-default-http-blocker

作者:互联网

报错信息:

Could not transfer artifact e-iceblue:spire.pdf:pom:3.11.6 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [com.e-iceblue (http://repo.e-iceblue.cn/repository/maven-public/, default, releases+snapshots)]

参考:

maven项目下载依赖时报错:Could not transfer artifact xxx from/to xxx_QAQTonyQAQ的博客-CSDN博客忽略阿里云证书-Xmx768m -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=truehttps://blog.csdn.net/qq_42210410/article/details/108230340解决:

将url由http改为https
<repositories>
    <repository>
        <id>com.e-iceblue</id>
        <url>https://repo.e-iceblue.cn/repository/maven-public/</url>
    </repository>
</repositories>

标签:http,default,transfer,Could,artifact,maven,iceblue
来源: https://blog.csdn.net/csdou/article/details/120523035