Details
Description
I'm working on a project built with Java 1.6. I though it could be a good idea to set up the maven-toolchains-plugin.
Unfortunately the cxf-codegen-plugin uses the java available in the java.home system property. Although this can be configured with the javaExecutable property of the mojo, it generates configuration duplication.
https://cwiki.apache.org/confluence/display/MAVENOLD/Toolchains seems to show an easy way to do that.