Skip to content

Commit

Permalink
Update to latest Scala Maven plugin and allow Zinc external compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mateiz committed Jul 16, 2013
1 parent b1f9f64 commit 00a14de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 00a14de

Please sign in to comment.