yihua commented on code in PR #7784:
URL: https://github.com/apache/hudi/pull/7784#discussion_r1089830373


##########
scripts/release/deploy_staging_jars.sh:
##########
@@ -100,15 +104,17 @@ fi
 COMMON_OPTIONS="-DdeployArtifacts=true -DskipTests 
-DretryFailedDeploymentCount=10"
 for v in "${ALL_VERSION_OPTS[@]}"
 do
-  # clean everything before any round of depoyment
-  $MVN clean $COMMON_OPTIONS

Review Comment:
   We have to clean every module to give a clean start for each profile.  `mvn 
install` below has already built everything and we don't want the artifacts 
from previous round to interfere with this round. 



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

Reply via email to