소스 검색

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

Akira Ajisaka 7 년 전
부모
커밋
659074728e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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."
     exit 1
   else
-    MVNCACHE=${MVNCACHE:-"${HOME}/.m2"}
+    MVNCACHE=${MVNCACHE:-"${HOME}/.m2/repository"}
   fi
 
   if [[ "${ASFRELEASE}" = true ]]; then