from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories

Failed to execute goal on project gep-api: Could not resolve dependencies for project xx:jar:3.0.0: Failed to collect dependencies at xx:jar:3.0.0: Failed to read artifact descriptor for xx:jar:3.0.0: Could not transfer artifact xx3.0.0 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [central (http://xxx/artifactory/libs-release-local, default, releases+snapshots)] -> [Help 1]

 

错误原因: maven 认为其不安全连接, 阻止访问


解决办法: 将项目中的仓库地址改为https请求

你可能感兴趣的:(maven,docker,java)