Nathaniel Meyer created ZEPPELIN-1865: -----------------------------------------
Summary: zeppelin-web build fails behind proxy Key: ZEPPELIN-1865 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1865 Project: Zeppelin Issue Type: Bug Components: zeppelin-server Affects Versions: 0.7.0 Environment: centos 6.7 on intranet server requiring proxy to access maven repo and npmjs registry Reporter: Nathaniel Meyer Priority: Minor maven proxy settings specified to node in zeppelin-web build do not carry over to bower or grunt as called in the postinstall script in package.json. expected behavior: successful build -- maven proxy settings are pushed down to all subsequent commands in the build script actual behavior: failed build -- maven proxy settings are passed to node install but not carried to postinstall actions Workaround: 1) for bower, add proxy config to ~/.bowerrc setting proxy and https-proxy 2) for grunt, export HTTP_PROXY environment variable before calling mvn -- This message was sent by Atlassian JIRA (v6.3.4#6332)