ieda使用maven出现unable to find valid certification path to requested target问题解决

idea使用maven忽然出现了unable to find valid certification path to requested target的错误。

按照博客https://blog.csdn.net/jsp_will/article/details/87951082进行了修改成功解决了问题。

-DarchetypeCatalog=internal
-Dmaven.multiModuleProjectDirectory=$MAVEN_HOME
-Dmaven.wagon.http.ssl.insecure=true
-Dmaven.wagon.http.ssl.allowall=true
-Dmaven.wagon.http.ssl.ignore.validity.dates=true

你可能感兴趣的:(ieda使用maven出现unable to find valid certification path to requested target问题解决)