We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286fbfb commit 30c73c8Copy full SHA for 30c73c8
dev/make-distribution.sh
@@ -166,7 +166,7 @@ export MAVEN_OPTS="${MAVEN_OPTS:--Xss128m -Xmx4g -XX:ReservedCodeCacheSize=128m}
166
# Store the command as an array because $MVN variable might have spaces in it.
167
# Normal quoting tricks don't work.
168
# See: http://mywiki.wooledge.org/BashFAQ/050
169
-BUILD_COMMAND=("$MVN" clean package \
+BUILD_COMMAND=("$MVN" clean install \
170
-DskipTests \
171
-Dmaven.javadoc.skip=true \
172
-Dmaven.scaladoc.skip=true \
0 commit comments