I compile and package for localhost with Sun's JVM, and compile and package for the production server with IBM's JVM.
Is it possible to compile with a particular VM depending on the goal, or do I have to set JAVA_HOME to the correct VM before Maven is started? If this is supposed to work, I guess it has to be coupled with the maven.compile.fork property of the java plugin. Regards, H�kon Hallingstad
