Skip to content

Commit b6f1ce8

Browse files
committed
Also remove from Maven build step.
1 parent 73b1550 commit b6f1ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def get_hadoop_profiles(hadoop_version):
323323
def build_spark_maven(hadoop_version):
324324
# Enable all of the profiles for the build:
325325
build_profiles = get_hadoop_profiles(hadoop_version) + modules.root.build_profile_flags
326-
mvn_goals = ["clean", "package", "-DskipTests"]
326+
mvn_goals = ["clean", "package", "-DskipTests", "-pl", "!assembly"]
327327
profiles_and_goals = build_profiles + mvn_goals
328328

329329
print("[info] Building Spark (w/Hive 1.2.1) using Maven with these arguments: ",

0 commit comments

Comments
 (0)