Created
January 18, 2013 13:01
-
-
Save codessentials/4564424 to your computer and use it in GitHub Desktop.
how to copy all dependencies from a maven project in a folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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