发现报错failed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer artifact com.... from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [maven.repository (http://.../, default, releasessnapshots)]原因Maven 3.8.1 默认阻止 HTTP 仓库从 Maven 3.8.1 开始默认禁用了不安全的 HTTP 仓库解决settings !-- 允许 HTTP 的非加密连接 -- mirrors !-- 移除或注释掉 maven-default-http-blocker -- /mirrors profiles profile idallow-http/id activation activeByDefaulttrue/activeByDefault /activation repositories repository idyour-repo/id urlhttp://......./url releasesenabledtrue/enabled/releases snapshotsenabledtrue/enabled/snapshots /repository /repositories /profile /profiles