CoreMedia/maven-jdom-parser

Support sortpom's XML format to specify element order and white-space

Opened this issue · 0 comments

Maven sortpom uses an XML format to specify the desired element order and white-space of POM files. Essentially, the XML is a Maven POM with all possible elements, but without any values. See examples here:
https://github.com/Ekryd/sortpom/tree/master/sorter/src/main/resources
Specifying the desired code style like this seems much more convenient than defining it in Java code (class JDomConfig).