xushiyan commented on code in PR #7775:
URL: https://github.com/apache/hudi/pull/7775#discussion_r1089678703
##########
scripts/release/deploy_staging_jars.sh:
##########
@@ -97,14 +97,13 @@ elif [ "$#" == "1" ]; then
exit 1
fi
-COMMON_OPTIONS="-DdeployArtifacts=true -DskipTests
-DretryFailedDeploymentCount=10"
for v in "${ALL_VERSION_OPTS[@]}"
do
# clean everything before any round of depoyment
$MVN clean
echo "Building with options ${v}"
- $MVN install "$COMMON_OPTIONS" "${v}"
+ $MVN install -DskipTests ${v}
Review Comment:
double check if integ test module will be skipped or not
--
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]