xushiyan commented on code in PR #5273: URL: https://github.com/apache/hudi/pull/5273#discussion_r846653463
########## pom.xml: ########## @@ -1375,7 +1376,8 @@ <id>integration-tests</id> <activation> <property> - <name>integration-tests</name> + <name>deployArtifacts</name> + <value>true</value> Review Comment: deploy script set this prop so that integ tests modules can be included ########## scripts/release/deploy_staging_jars.sh: ########## @@ -73,6 +73,6 @@ fi for v in "${ALL_VERSION_OPTS[@]}" do echo "Deploying to repository.apache.org with version option ${v}" - COMMON_OPTIONS="${v} -Prelease -DskipTests -DretryFailedDeploymentCount=10 -DdeployArtifacts=true" + COMMON_OPTIONS="${v} -DdeployArtifacts=true -DskipTests -DretryFailedDeploymentCount=10" Review Comment: deployArtifacts=true activates both release and integration-tests profiles -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org