idea maven PKIX path building failed

The idea uses maven to import the jar package, which is an error when packaging the project.

The solution is to make maven ignore the verification of the SSL certificate.

 

-Dmaven.wagon.http.ssl.insecure=true
-Dmaven.wagon.http.ssl.allowall=true
-Dmaven.wagon.http.ssl.ignore.validity.dates=true

 

Je suppose que tu aimes

Origine blog.csdn.net/qq_39497186/article/details/102881770
conseillé
Classement