Hi, Does anybody know if there is there is a way to specify different JDKs for different projects?
I have two sub projects, one of which must be compiled and ran with JDK 1.5 and another which should be compiled and ran with JDK 1.4. Is there a property which I can change which will point maven to a different JDK before compiling a project? Or would I have to dynamically change JAVA_HOME - but would this be possible? Thanks for any info, Aidan. (Using Maven 1.0.2) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
