Created
January 19, 2017 08:25
-
-
Save paulbrodner/0a40896d2b17c9ff00fc97eae131560a to your computer and use it in GitHub Desktop.
Get all dependencies from pom.xml
This file contains hidden or 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
| 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