Skip to content

Instantly share code, notes, and snippets.

@adorsk
Created December 2, 2012 03:07
Show Gist options
  • Save adorsk/4186757 to your computer and use it in GitHub Desktop.
Save adorsk/4186757 to your computer and use it in GitHub Desktop.
mvn dependency management, for use w/ jython installer
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