I have eclipse code formatter and profile xml docs and I'd like to build a checkstyle.xml which I can use in my maven builds to run reports and generate the eclipse files. maven-eclipse-plugin appears to be able to generate the eclipse files from the checkstyle.xml (I think), but I'm not sure how to go the other way and I'm not looking forward to doing it by hand.
If data flows via maven from checkstyle -> eclipse it should flow in the reverse direction.
Does anyone know how to generate a checkstyle.xml from the 2 eclipse files?