1
0
Pārlūkot izejas kodu

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

Akira Ajisaka 7 gadi atpakaļ
vecāks
revīzija
659074728e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      dev-support/bin/create-release

+ 1 - 1
dev-support/bin/create-release

@@ -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