HBASE-22462 (addendum) Should run a 'mvn install' at the end of hadoop check in pre commit job

This commit is contained in:
Guanghao Zhang 2019-05-24 09:23:20 +08:00
parent 6b899ccbbc
commit de579cd243
1 changed files with 2 additions and 1 deletions

View File

@ -591,8 +591,9 @@ function hadoopcheck_rebuild
logfile="${PATCH_DIR}/patch-install-after-hadoopcheck.txt"
echo_and_redirect "${logfile}" \
"$(maven_executor)" clean install \
$(maven_executor) clean install \
-DskipTests -DHBasePatchProcess
return 0
}