Skip to content

Commit 30c73c8

Browse files
prabhjyotsinghshubhluck
authored andcommitted
ODP-4083: Replace package with install argument on Spark project
1 parent 286fbfb commit 30c73c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/make-distribution.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export MAVEN_OPTS="${MAVEN_OPTS:--Xss128m -Xmx4g -XX:ReservedCodeCacheSize=128m}
166166
# Store the command as an array because $MVN variable might have spaces in it.
167167
# Normal quoting tricks don't work.
168168
# See: http://mywiki.wooledge.org/BashFAQ/050
169-
BUILD_COMMAND=("$MVN" clean package \
169+
BUILD_COMMAND=("$MVN" clean install \
170170
-DskipTests \
171171
-Dmaven.javadoc.skip=true \
172172
-Dmaven.scaladoc.skip=true \

0 commit comments

Comments
 (0)