You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2013/07/17 02:31:37 UTC

[40/50] [abbrv] git commit: Update to latest Scala Maven plugin and allow Zinc external compiler

Update to latest Scala Maven plugin and allow Zinc external compiler


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/00a14deb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/00a14deb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/00a14deb

Branch: refs/heads/master
Commit: 00a14deb6d9b6d89e0ddbe1540636622b1dc4d16
Parents: b1f9f64
Author: Matei Zaharia <ma...@eecs.berkeley.edu>
Authored: Tue Jul 16 11:52:20 2013 -0700
Committer: Matei Zaharia <ma...@eecs.berkeley.edu>
Committed: Tue Jul 16 11:52:20 2013 -0700

----------------------------------------------------------------------
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/00a14deb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 63dd80b..6fa1f1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>