HADOOP-15352. Fix default local maven repository path in create-release script. Contributed by Elek, Marton.
This commit is contained in:
parent
1606dad133
commit
659074728e
|
@ -389,7 +389,7 @@ function option_parse
|
|||
hadoop_error "ERROR: Cannot set --mvncache and --dockercache simultaneously."
|
||||
exit 1
|
||||
else
|
||||
MVNCACHE=${MVNCACHE:-"${HOME}/.m2"}
|
||||
MVNCACHE=${MVNCACHE:-"${HOME}/.m2/repository"}
|
||||
fi
|
||||
|
||||
if [[ "${ASFRELEASE}" = true ]]; then
|
||||
|
|
Loading…
Reference in New Issue