macOS系统编译Maven项目时报错:Could not find artifact com.sun:tools:jar:1.5.0

在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” 

    macOS系统编译Maven项目时报错:Could not find artifact com.sun:tools:jar:1.5.0

 

 

 疯狂百度,试了很多很多方法呀!

法一:在pom.xml文件中添加依赖( https://blog.csdn.net/kobe269/article/details/39970793)——不行

法二:连上VPN也不行。  

 还是无济于事……

 

————————————————————————

 

最后求助Colleague,需要在 pom.xml 文件中手动加入 以下内容:(直接将tools.jar的路径写死~不要用相对路径了)

(其中的systemPath为实际的jdk中tools.jar的路径)

   macOS系统编译Maven项目时报错:Could not find artifact com.sun:tools:jar:1.5.0

 

上一篇:性能调优-Java SDK 调优


下一篇:国密SSL协议之Nginx集成