You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/09 21:55:58 UTC

[GitHub] zachgk commented on a change in pull request #13707: [MXNET-1188] Maven Publishing Test Environments

zachgk commented on a change in pull request #13707: [MXNET-1188] Maven Publishing Test Environments
URL: https://github.com/apache/incubator-mxnet/pull/13707#discussion_r246561012
 
 

 ##########
 File path: ci/docker/install/centos7_scala.sh
 ##########
 @@ -23,9 +23,17 @@
 set -ex
 
 yum install -y java-1.8.0-openjdk-devel
+export JAVA_HOME=/usr/lib/jvm/jre-1.8.0-openjdk
+export PATH=$JAVA_HOME/bin:$PATH
 # Build from source with Maven
-wget http://www.eu.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
+wget -q http://www.eu.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
 tar xzf apache-maven-3.3.9-bin.tar.gz
 mkdir /usr/local/maven
 mv apache-maven-3.3.9/ /usr/local/maven/
 alternatives --install /usr/bin/mvn mvn /usr/local/maven/apache-maven-3.3.9/bin/mvn 1
 
 Review comment:
   This adds the quiet flag to wget

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services