Skip to content

Commit c38b0f3

Browse files
authored
GH-39992: [CI][Docs][Java] ubuntu-docs uses Maven version in .env (#39993)
### Rationale for this change GH-39696 updated Maven version but `ubuntu-docs` haven't used it yet. ### What changes are included in this PR? Use `MAVEN` in `.env` in `ubuntu-docs`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #39992 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent e1241e7 commit c38b0f3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ci/docker/linux-apt-docs.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN apt-get update -y && \
6060

6161
ENV JAVA_HOME=/usr/lib/jvm/java-${jdk}-openjdk-amd64
6262

63-
ARG maven=3.5.4
63+
ARG maven=3.6.3
6464
COPY ci/scripts/util_download_apache.sh /arrow/ci/scripts/
6565
RUN /arrow/ci/scripts/util_download_apache.sh \
6666
"maven/maven-3/${maven}/binaries/apache-maven-${maven}-bin.tar.gz" /opt

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,6 +1740,7 @@ services:
17401740
args:
17411741
r: ${R}
17421742
jdk: ${JDK}
1743+
maven: ${MAVEN}
17431744
node: ${NODE}
17441745
base: ${REPO}:${ARCH}-ubuntu-${UBUNTU}-python-3
17451746
environment:

0 commit comments

Comments
 (0)