I\'ve been trying to get this to work for a while now but no luck yet.
I want to run with JAVA_HOME pointing to JDK7 but I want to compile a project for
JAVA_HOME
To use multiple Jars in the Maven compiler options, use the ${path.separator} string between the jars:
${env.JAVA5_HOME}/jre/lib/rt.jar${path.separator}${env.JAVA5_HOME}/jre/lib/jce.jar${path.separator}${env.JAVA5_HOME}/jre/lib/jsse.jar