saintstack commented on a change in pull request #1158: HBASE-23823 Run maven
with more than default single thread (--threads…
URL: https://github.com/apache/hbase/pull/1158#discussion_r377292863
##########
File path: dev-support/jenkins-scripts/generate-hbase-website.sh
##########
@@ -120,6 +120,7 @@ if [ -z "${MAVEN_HOME}" ]; then
export PATH="${MAVEN_HOME}/bin:${PATH}"
fi
export MAVEN_OPTS="${MAVEN_OPTS} -Dmaven.repo.local=${local_repo}"
+export MAVEN_ARGS="--threads=0.5C ${MAVEN_ARGS}"
Review comment:
Was just trying to cover all the mvn references. Let me drop this for now.
Thanks.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services