Maven : PKIX path building failed

前端 未结 2 858
广开言路
广开言路 2020-12-11 11:39

Maven build throwing this exception

Failed to execute goal on project mdf-portal-3rdParty: Could not resolve dependencies for project com.alu.ipp

相关标签:
2条回答
  • 2020-12-11 12:26

    you need to add ssl certificate to your jre installation

    Please refer this answer and follow steps!

    Step 1 - Get Root CA certificate

    Step 2 - install that certificate at jre cacerts file

    0 讨论(0)
  • 2020-12-11 12:27

    maybe your maven version isnot the proper version. I encounter this problem in 3.2.3. and resolve it in 3.3.9 version.

    0 讨论(0)
提交回复
热议问题