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 18dbc09815
commit 57f4fa4608
1 changed files with 2 additions and 1 deletions

View File

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