Skip to content

Commit 709f074

Browse files
committed
Revert java_full_build.sh change
1 parent 463137b commit 709f074

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/scripts/java_full_build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dist_dir=${2}
2424

2525
export ARROW_TEST_DATA=${arrow_dir}/testing/data
2626

27-
pushd "${arrow_dir}/java"
27+
pushd ${arrow_dir}/java
2828

2929
# Ensure that there is no old jar
3030
# inside the maven repository
@@ -52,8 +52,8 @@ mvn clean \
5252
-Papache-release \
5353
-Parrow-c-data \
5454
-Parrow-jni \
55-
-Darrow.cpp.build.dir="$dist_dir" \
56-
-Darrow.c.jni.dist.dir="$dist_dir" \
55+
-Darrow.cpp.build.dir=$dist_dir \
56+
-Darrow.c.jni.dist.dir=$dist_dir \
5757
--no-transfer-progress
5858

5959
# copy all jar, zip and pom files to the distribution folder
@@ -66,6 +66,6 @@ find ~/.m2/repository/org/apache/arrow \
6666
-name "*.zip" \
6767
")" \
6868
-exec echo {} ";" \
69-
-exec cp {} "$dist_dir" ";"
69+
-exec cp {} $dist_dir ";"
7070

7171
popd

0 commit comments

Comments
 (0)