Maven not downloading jars behind proxy

前端 未结 2 1375
太阳男子
太阳男子 2021-01-22 15:05

Maven is unable to download jar (s) (Dependency) behind proxy.

Here is my pom.xml




        
2条回答
  •  后悔当初
    2021-01-22 15:18

    • I have encountered the same problem.
    • And I turned back to older versions of maven which is 3.1.0.
    • I was trying to use a http proxy to get reached to maven https repository.

      Here, there is a issue for newer versions in maven's jira.
      https://issues.apache.org/jira/browse/PROXY-27

提交回复
热议问题