From c35ef73308f85c9fcc2b8f0b7b4cac0fb3371627 Mon Sep 17 00:00:00 2001 From: witgo Date: Thu, 15 May 2014 14:19:57 +0800 Subject: [PATCH] Improve maven plugin configuration --- core/pom.xml | 29 ----------------------------- pom.xml | 4 ++++ repl/pom.xml | 30 ------------------------------ yarn/pom.xml | 30 ------------------------------ 4 files changed, 4 insertions(+), 89 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index bab50f5ce2888..0777c5b1f03d4 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -258,35 +258,6 @@ target/scala-${scala.binary.version}/classes target/scala-${scala.binary.version}/test-classes - - org.apache.maven.plugins - maven-antrun-plugin - - - test - - run - - - true - - - - - - - - - - - - - - - - - - org.scalatest scalatest-maven-plugin diff --git a/pom.xml b/pom.xml index 786b6d4984d86..eac8ebbdf7363 100644 --- a/pom.xml +++ b/pom.xml @@ -789,6 +789,10 @@ ${project.build.directory}/SparkTestSuite.txt -Xmx3g -XX:MaxPermSize=${MaxPermGen} -XX:ReservedCodeCacheSize=512m + + ${session.executionRootDirectory} + 1 + diff --git a/repl/pom.xml b/repl/pom.xml index b761a176ce256..bcdb24b040cc8 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -92,42 +92,12 @@ target/scala-${scala.binary.version}/classes target/scala-${scala.binary.version}/test-classes - - org.apache.maven.plugins - maven-antrun-plugin - - - test - - run - - - true - - - - - - - - - - - - - - - - - - org.scalatest scalatest-maven-plugin ${basedir}/.. - 1 diff --git a/yarn/pom.xml b/yarn/pom.xml index 6993c89525d8c..2811ffffbdfa2 100644 --- a/yarn/pom.xml +++ b/yarn/pom.xml @@ -117,42 +117,12 @@ - - org.apache.maven.plugins - maven-antrun-plugin - - - test - - run - - - true - - - - - - - - - - - - - - - - - - org.scalatest scalatest-maven-plugin ${basedir}/../.. - 1 ${spark.classpath}