HADOOP-15352. Fix default local maven repository path in create-release script. Contributed by Elek, Marton.

This commit is contained in:
Akira Ajisaka 2018-03-30 23:25:14 +09:00
parent 1606dad133
commit 659074728e
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ function option_parse
hadoop_error "ERROR: Cannot set --mvncache and --dockercache simultaneously." hadoop_error "ERROR: Cannot set --mvncache and --dockercache simultaneously."
exit 1 exit 1
else else
MVNCACHE=${MVNCACHE:-"${HOME}/.m2"} MVNCACHE=${MVNCACHE:-"${HOME}/.m2/repository"}
fi fi
if [[ "${ASFRELEASE}" = true ]]; then if [[ "${ASFRELEASE}" = true ]]; then