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 b469d06bd4
commit c00cc4d9d6

View File

@ -590,8 +590,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
}