bowenliang123 commented on code in PR #4692:
URL: https://github.com/apache/kyuubi/pull/4692#discussion_r1163805731


##########
build/mvn:
##########
@@ -25,7 +25,7 @@ _CALLING_DIR="$(pwd)"
 _COMPILE_JVM_OPTS="-Xms2g -Xmx2g -XX:ReservedCodeCacheSize=1g -Xss128m"
 
 if [ "$CI" ]; then
-  export MAVEN_CLI_OPTS="--no-transfer-progress --errors --fail-fast"
+  export MAVEN_CLI_OPTS="--no-transfer-progress --errors --fail-fast 
--settings ${GITHUB_WORKSPACE}/.github/maven/settings.xml"

Review Comment:
   Not sure about this. @LuciferYang 
   And according to @cxzl25 's advice, we are trying to switch to use Wagon in 
#4699 .



-- 
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]

Reply via email to