一直比较喜欢微软的工具产品,
最近在使用azure devops 作为包管理,可以直接参考官网资料:
但使用idea进行deploy,会报 :unable to find valid certification path to requested target。
经过多次测试,总算找到解决方法,记录下来:
1、按官方资料配置
2、idea配置
-Dmaven.multiModuleProjectDirectory=$MAVEN_HOME
-Dmaven.wagon.http.ssl.insecure=true
-Dmaven.wagon.http.ssl.allowall=true
-Dmaven.wagon.http.ssl.ignore.validity.dates=true