Skip to content

Instantly share code, notes, and snippets.

@p3t0r
Created February 2, 2010 09:01
Show Gist options
  • Save p3t0r/292530 to your computer and use it in GitHub Desktop.
Save p3t0r/292530 to your computer and use it in GitHub Desktop.
mvn -o dependency:tree | cut -c 7- | egrep '[\\\+\|].*' | sed 's/^[^a-z]*//g' | awk -F':' '{print "cp `find ~/.m2/repository -name " $2"-"$4".jar` lib/"}' | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment