1.降低Maven 版本到3.8.1 以下
2.注释掉 $MAVEN_HOME/conf/settings.xml 中的拦截标签
<mirror>
<id>maven-default-http-blocker</id>
<mirrorOf>external:http:*</mirrorOf>
<name>Pseudo repository to mirror external repositories initially using HTTP.</name>
<url>http://0.0.0.0/</url>
<blocked>true</blocked>
</mirror>