Last active
September 4, 2018 14:22
-
-
Save afranken/6c46127b4c903fda41c8d2e3da823123 to your computer and use it in GitHub Desktop.
Prettyfy POM.xmls
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
#!/usr/bin/env bash | |
mvn com.github.ekryd.sortpom:sortpom-maven-plugin:sort -Dsort.keepBlankLines -Dsort.sortDependencies=scope,groupId,artifactId -Dsort.nrOfIndentSpace=4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment