Hi, I am evaluating Zeppelin and I am facing issues doing a maven build of the Zeppelin code. The build succeeds for most of the projects and it fails for Zeppelin web application I have cloned from this Git repository - https://github.com/apache/incubator-zeppelin.git and I have also tried downloading the src code from https://github.com/apache/incubator-zeppelin/archive/v0.5.6.tar.gz
I execute the command - mvn clean package -DskipTests I am getting the following error as output from maven. <plenty of request failed with ECONNRESET messages> [ERROR] bower retry Request to https://bower.herokuapp.com/packages/json3 failed with ECONNRESET, retrying in 26.9s [ERROR] bower retry Request to https://bower.herokuapp.com/packages/angular-filter failed with ECONNRESET, retrying in 16.5s [ERROR] bower retry Request to https://bower.herokuapp.com/packages/angular-animate failed with ECONNRESET, retrying in 25.0s [ERROR] bower retry Request to https://bower.herokuapp.com/packages/angular-touch failed with ECONNRESET, retrying in 28.8s [ERROR] bower angular-dragdrop#~1.0.8 ECONNRESET Request to https://bower.herokuapp.com/packages/angular-dragdrop failed: tunneling socket could not be established, cause=139887019140896:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:766: [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.25:bower (bower install) on project zeppelin-web: Failed to run task: 'bower --allow-root install' failed. (error code 1) -> [Help 1] I have set my proxy settings in maven/conf settings.xml I have also set my proxy in npm config Any help is appreciated. Regards, Projjwal