You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "yihua (via GitHub)" <gi...@apache.org> on 2023/02/07 21:07:39 UTC

[GitHub] [hudi] yihua commented on a diff in pull request #7882: [HUDI-5720] Improve the validation script of the staged source release

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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org