pom formatter?

2012-07-13 Thread Nord, James
Hi all, I'm wondering if anyone knows of a command line formatter for pom files? Not just converting tabs/spaces and line lengths but sorting out the ordering of elements (model comes before parent which comes before dependencies etc) (whilst also at the same time maintaining comments!). Does

Re: pom formatter?

2012-07-13 Thread Stephen Connolly
tidy-maven-plugin @ mojo (only a snapshot release) will apply the canonical pom ordering but does not handle indenting (in fact it tries to keep all the indenting the same On 13 July 2012 14:49, Nord, James jn...@nds.com wrote: Hi all, I'm wondering if anyone knows of a command line formatter

RE: pom formatter?

2012-07-13 Thread Nord, James
] Sent: 13 July 2012 14:56 To: Maven Users List Subject: Re: pom formatter? tidy-maven-plugin @ mojo (only a snapshot release) will apply the canonical pom ordering but does not handle indenting (in fact it tries to keep all the indenting the same On 13 July 2012 14:49, Nord, James jn