Skip to content

Instantly share code, notes, and snippets.

@idletekz
Created January 4, 2018 17:51
Show Gist options
  • Save idletekz/3dcf25e0c6dcb5461de3a4726825b46f to your computer and use it in GitHub Desktop.
Save idletekz/3dcf25e0c6dcb5461de3a4726825b46f to your computer and use it in GitHub Desktop.
# first grab all dependencies
mvn dependency:resolve
# then list them with -o to keep noise low,
# remove extra information and duplicates
mvn -o dependency:list \
| grep ":.*:.*:.*" \
| cut -d] -f2- \
| sed 's/:[a-z]*$//g' \
| sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment