From b6f1ce89dd4e65885abca9d22665aa518eebf10b Mon Sep 17 00:00:00 2001 From: Josh Rosen Date: Thu, 11 Feb 2016 17:21:44 -0800 Subject: [PATCH] Also remove from Maven build step. --- dev/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/run-tests.py b/dev/run-tests.py index f4269af3981bf..37ca0c6b74c68 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -323,7 +323,7 @@ def get_hadoop_profiles(hadoop_version): def build_spark_maven(hadoop_version): # Enable all of the profiles for the build: build_profiles = get_hadoop_profiles(hadoop_version) + modules.root.build_profile_flags - mvn_goals = ["clean", "package", "-DskipTests"] + mvn_goals = ["clean", "package", "-DskipTests", "-pl", "!assembly"] profiles_and_goals = build_profiles + mvn_goals print("[info] Building Spark (w/Hive 1.2.1) using Maven with these arguments: ",