Skip to content

Instantly share code, notes, and snippets.

@afranken
Last active September 4, 2018 14:22
Show Gist options
  • Save afranken/6c46127b4c903fda41c8d2e3da823123 to your computer and use it in GitHub Desktop.
Save afranken/6c46127b4c903fda41c8d2e3da823123 to your computer and use it in GitHub Desktop.
Prettyfy POM.xmls
#!/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