在Mac上的终端输入命令 mvn clean package -e -U 进行项目的编译时,报错:
Could not resolve dependencies for project com.XXXX :jar:1.0-SNAPSHOT: Could not find artifact com.sun:tools:jar:1.5.0 at specified path /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/../lib/tools.jar
导致 “BUILD FAILURE”
疯狂百度,试了很多很多方法呀!
法一:在pom.xml文件中添加依赖( https://blog.csdn.net/kobe269/article/details/39970793)——不行
法二:连上VPN也不行。还是无济于事……
————————————————————————
最后求助Colleague,需要在 pom.xml 文件中手动加入 以下内容:(直接将tools.jar的路径写死~不要用相对路径了)
(其中的systemPath为实际的jdk中tools.jar的路径)