Skip to content

Instantly share code, notes, and snippets.

@codessentials
Created January 18, 2013 13:01
Show Gist options
  • Save codessentials/4564424 to your computer and use it in GitHub Desktop.
Save codessentials/4564424 to your computer and use it in GitHub Desktop.
how to copy all dependencies from a maven project in a folder
-Open a command shell and go to the root folder of the maven project.
-execute: mvn dependency:copy-dependencies -DoutputDirectory=[the output folder]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment