if(fork) {
getLog().warn("scala-maven-plugin cannot fork scala console!! Running in process");
}
jcmd = new JavaMainCallerInProcess(this, mainConsole, classpathStr, jvmArgs, list.toArray(new String[list.size()]));
//We need to make sure compiler plugins are sent into the interpreter as well!
addCompilerPluginOptions(jcmd);
if (javaRebelPath != null) {
if (!javaRebelPath.exists()) {
getLog().warn("javaRevelPath '"+javaRebelPath.getCanonicalPath()+"' not found");