eclipse maven exports the jar package that the project depends on

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

 

1. Select the project's pom.xml file

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

3.GOALS input:

 

  dependency:copy-dependencies

 

 (specify folder)
   dependency:copy-dependencies -DoutputDirectory=lib

 

 

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326841495&siteId=291194637