At work we use this maven plugin to enforce coding conventions for our POMs:
https://github.com/ferstl/pedantic-pom-enforcers While a major pain in the behinds, it enforces a single coding style for Maven POMs, for example a definitive ordering of dependencies, plugins, detecting duplicate code from dependencies, etc. It would be quite a hassle to initially introduce this plugin, and every change you make (was that a song by the Police?) will probably trigger one of the pedantic enforcer rules. In my experience at €day job the hassle is worth the pain. WDYT? I'm willing to add the plugin and make it work for our projects in wicket 6 and 7 branches. Martijn -- Become a Wicket expert, learn from the best: http://wicketinaction.com
