I know how to pass vm options to maven such as setting "MAVEN_OPTS=-Xmx2048m", but this will not effect that Scala compiler started by maven-scala-plugin. How do I increase the heap space for the Scala compilation perform when using this maven plugin?