Skip to content
Snippets Groups Projects
Commit 00a14deb authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Update to latest Scala Maven plugin and allow Zinc external compiler

parent b1f9f647
No related branches found
No related tags found
No related merge requests found
......@@ -319,7 +319,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.5</version>
<executions>
<execution>
<id>scala-compile-first</id>
......@@ -346,12 +346,14 @@
<configuration>
<scalaVersion>${scala.version}</scalaVersion>
<recompileMode>incremental</recompileMode>
<useZincServer>true</useZincServer>
<args>
<arg>-unchecked</arg>
<arg>-optimise</arg>
</args>
<jvmArgs>
<jvmArg>-Xms64m</jvmArg>
<jvmArg>-Xms1024m</jvmArg>
<jvmArg>-Xmx1024m</jvmArg>
<jvmArg>-XX:PermSize=${PermGen}</jvmArg>
<jvmArg>-XX:MaxPermSize=${MaxPermGen}</jvmArg>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment