kromm77

MAVEN - download dependency into directory

Dec 10th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

MAVEN - download dependency into directory

  1. create dummy maven project
  2. add dependency in pom.xml
  3. create directory directoryDownload
  4. execute
    mvn dependency:copy-dependencies -DoutputDirectory=directoryDownload
Add Comment
Please, Sign In to add comment