yihua commented on code in PR #7882: URL: https://github.com/apache/hudi/pull/7882#discussion_r1099241826
########## scripts/release/validate_staged_release.sh: ########## @@ -173,7 +177,7 @@ echo -e "\t\tLicensing Check Passed [OK]\n" ### Checking for RAT echo "Running RAT Check" -(bash -c "mvn apache-rat:check $REDIRECT") || (echo -e "\t\t Rat Check Failed. [ERROR]\n\t\t Please run with --verbose to get details\n" && exit 1) +(bash -c "mvn apache-rat:check -Pintegration-tests -Phudi-platform-service $REDIRECT") || (echo -e "\t\t Rat Check Failed. [ERROR]\n\t\t Please run with --verbose to get details\n" && exit 1) Review Comment: Fixed. -- 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]
