Skip to content

Instantly share code, notes, and snippets.

@paulbrodner
Created January 19, 2017 08:25
Show Gist options
  • Select an option

  • Save paulbrodner/0a40896d2b17c9ff00fc97eae131560a to your computer and use it in GitHub Desktop.

Select an option

Save paulbrodner/0a40896d2b17c9ff00fc97eae131560a to your computer and use it in GitHub Desktop.
Get all dependencies from pom.xml
sed -n -e '/<dependencies>/,/<\/dependencies>/p' pom.xml | tr -d '\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment