Similar question has been asked before, but it was years back. Think some solution might be there but unable to find it.
I have a custom eclipse formatter.xml. Need to convert it to Checkstyle rules.xml to enforce formatting in maven project using maven-checkstyle-plugin.
Tried formatter-maven-plugin, but getting inconsistent results on different machines
Any other way to enforce custom formatting check in maven would also suffice. Use case - CI