wangyum commented on code in PR #41141:
URL: https://github.com/apache/spark/pull/41141#discussion_r1195803438
##########
dev/make-distribution.sh:
##########
@@ -166,7 +166,12 @@ export MAVEN_OPTS="${MAVEN_OPTS:--Xss128m -Xmx4g
-XX:ReservedCodeCacheSize=128m}
# Store the command as an array because $MVN variable might have spaces in it.
# Normal quoting tricks don't work.
# See: http://mywiki.wooledge.org/BashFAQ/050
-BUILD_COMMAND=("$MVN" clean package -DskipTests $@)
+BUILD_COMMAND=("$MVN" clean package \
+ -DskipTests \
+ -Dmaven.javadoc.skip=true -Dmaven.scaladoc.skip=true \
Review Comment:
ok
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]