idea的maven无法添加依赖
Posted 东方燚明
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了idea的maven无法添加依赖相关的知识,希望对你有一定的参考价值。
报错信息:
Could not transfer artifact org.mybatis.spring.boot:mybatis-spring-boot-starter:pom:2.1.2 from/to alimaven (http://maven.aliyun.com/nexus/content/groups/public/): PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
解决方式:
点击File——>Settings——>Build,Execution,Deployment——>Build Tools——>Maven——>Runner
找到VM Options,添加信息:
-Dmaven.multiModuleProjectDirectory=$MAVEN_HOME
-Dmaven.wagon.http.ssl.insecure=true
-Dmaven.wagon.http.ssl.allowall=true
-Dmaven.wagon.http.ssl.ignore.validity.dates=true
最后,重新compile就行了
以上是关于idea的maven无法添加依赖的主要内容,如果未能解决你的问题,请参考以下文章
IDEA 导入Java项目,依赖maven依赖命令(解决IDEA导入Github项目目录灰色问题,无法运行)