1、使用命令方式

  进入pom.xml文件所在的目录,使用命令将jar包导出到D盘lib文件夹中(没有-DoutputDirectory则默认导出到当前项目的target/dependency目录中)。

  D:\workspace\jee-mars1-x64\crawler>mvn dependency:copy-dependencies -DoutputDirectory=D:/lib

2、使用Eclipse插件m2eclipse方式

  

 

相关文章:

  • 2022-02-07
  • 2022-12-23
  • 2021-10-27
  • 2021-12-15
  • 2022-01-30
猜你喜欢
  • 2021-06-09
  • 2021-08-18
  • 2022-12-23
  • 2021-06-02
  • 2021-05-20
相关资源
相似解决方案