Created
December 2, 2012 03:07
-
-
Save adorsk/4186757 to your computer and use it in GitHub Desktop.
mvn dependency management, for use w/ jython installer
This file contains 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
Copying all dependencies to a dir: | |
mvn dependency:copy-dependencies -DoutputDirectory=/tmp/foo | |
Listing dependencies: | |
mvn dependency:resolve -DoutputFile=/tmp/bar.txt | |
per these pages: | |
http://maven.apache.org/plugins/maven-dependency-plugin/usage.html | |
http://maven.apache.org/plugins/maven-dependency-plugin/list-mojo.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment