HADOOP-14366. Maven upgrade broke start-build-env.sh. Contributed by

Akira Ajisaka.
This commit is contained in:
Sangjin Lee 2017-05-01 15:54:01 -07:00
parent 4cfc866436
commit 14b5c93f3c
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ RUN mkdir -p /opt/maven && \
-o /opt/maven.tar.gz && \
tar xzf /opt/maven.tar.gz --strip-components 1 -C /opt/maven
ENV MAVEN_HOME /opt/maven
ENV PATH "$PATH:/opt/maven/bin"
######
# Install findbugs