eclipse maven 导出项目依赖的jar包

http://blog.csdn.net/andyliulin/article/details/46544555

1.选择项目的pom.xml文件

2.Run As-----》maven build...

3.GOALS输入:

  dependency:copy-dependencies

 (指定文件夹)
   dependency:copy-dependencies -DoutputDirectory=lib

 

猜你喜欢

转载自1634801662.iteye.com/blog/2310442