> There is a way to "force" the JDK (i.e. 1.6) used by the AXIS2 plugin inside > Maven (without changing environment)? (I would like to have a code > generation independent from the environment)
Sounds like you need to use toolchains: http://maven.apache.org/guides/mini/guide-using-toolchains.html But I can't really tell a lot more about it than that, as I have very little experience in this area myself. I imagine you could also use enforcer to fail the build if JDK <> 1.6 is detected. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
