Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central (htt

2022/6/12 23:20:19

本文主要是介绍Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central (htt,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

一.问题

Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom

二.解决方案  

     1.更改idea中的证书:

        证书错误,访问https协议的网站,需要ssl认证才行,这里没有证书,我们可以用下面的方式忽略ssl检查导致的问题。
        我们可以到IEDA->setting里,去找 Maven,在importing里加入如下的语句:

         

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

 



这篇关于Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central (htt的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程