2009/3/13 Nick Stolwijk <[email protected]>: > It will use the build-in compiler in your JDK you are using to run > Maven. So just make sure every developer uses the right JDK version.
And if you want to enforce it, use the maven-enforcer-plugin to make sure builds only take place in the correct JDK version: http://maven.apache.org/plugins/maven-enforcer-plugin/ Look for requireJavaVersion in the docs. Ringo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
