Github user DmytroShkvyra commented on the issue: https://github.com/apache/zeppelin/pull/2002 @1ambda BTW I have reverted my changes in README.md for build and test from CL and add section about build and test with maven like this example: ``` mvn test -Dmaven.clean.skip=true -Dmaven.compile.skip=true ``` Output ``` [INFO] Running "replace:dist" (replace) task [INFO] >> 36 replacements in 37 files. [INFO] [INFO] Running "cacheBust:taskName" (cacheBust) task [INFO] >> Busted: dist/index.html [INFO] [INFO] Done, without errors. [INFO] [INFO] [INFO] Execution Time (2017-02-13 18:24:21 UTC) [INFO] concurrent:dist 6.8s â 2% [INFO] copy:dist 4m 56.9s ââââââââââââââââââââââââââââââââââââââ 85% [INFO] uglify:generated 15.1s ââ 4% [INFO] replace:dist 23.7s âââ 7% [INFO] Total 5m 50.3s [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:59 min [INFO] Finished at: 2017-02-13T18:30:11+00:00 [INFO] Final Memory: 18M/221M [INFO] ------------------------------------------------------------------------ [vagrant@c7 zeppelin-web]$ mvn test -Dmaven.clean.skip=true -Dmaven.compile.skip=true ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---