The Maven compiler plugin uses properties which have the prefix "maven.compiler.", however the pom uses "maven.compile.".
That's why the poms need to include the compiler config - it would be picked up automatically otherwise. Also the plugin uses uses maven.compiler.showDeprecation not maven.compile.deprecation Fixing these should allow simplification of many of the poms. If the parent pom is fixed, some child poms will also need to be changed. However they will only need to be changed when they switch to the new parent pom - it won't affect existing builds - so I don't see any downside to fixing the parent pom for the next version. OK? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
