maven打包提示 the trustAnchors parameter must be non-empty
构建工具->maven->正在导入->虚拟机选项
-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true |
构建工具->maven->运行程序->虚拟机选项
-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true |