I'm using os/x yosemite and maven 3.3.3, too and i have no problem building zeppelin-web module.
Here's related issue https://github.com/eirslett/frontend-maven-plugin/issues/179. The issue is resolved and Zeppelin uses 0.0.23 version which is version with the fix. Can someone also help to try build zeppelin-web module if you have os/x and maven 3.3.3? Thanks, moon On Tue, Oct 13, 2015 at 10:57 AM Stephen Boesch <java...@gmail.com> wrote: > os/x yosemite and maven 3.3.3 > > 2015-10-13 1:06 GMT-07:00 moon soo Lee <m...@apache.org>: > >> Could you share your OS and maven version? >> >> Thanks, >> moon >> >> On Mon, Oct 12, 2015 at 4:39 PM Stephen Boesch <java...@gmail.com> wrote: >> >>> I have cloned from git and run: >>> >>> mvn clean package -DskipTests >>> >>> The core and engine build but the web Application does not: >>> >>> >>> INFO] Reactor Summary: >>> [INFO] >>> [INFO] Zeppelin ........................................... SUCCESS [ >>> 1.274 s] >>> [INFO] Zeppelin: Zengine .................................. SUCCESS [ >>> 2.554 s] >>> [INFO] Zeppelin: Spark .................................... SUCCESS [ >>> 3.773 s] >>> [INFO] Zeppelin: Markdown interpreter ..................... SUCCESS [ >>> 0.128 s] >>> [INFO] Zeppelin: Shell interpreter ........................ SUCCESS [ >>> 0.097 s] >>> [INFO] Zeppelin: web Application .......................... FAILURE [ >>> 0.172 s] >>> >>> >>> [ERROR] Failed to execute goal >>> com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm >>> (install node and npm) on project zeppelin-web: Execution install node and >>> npm of goal >>> com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm >>> failed: A required class was missing while executing >>> com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm: >>> org/slf4j/helpers/MarkerIgnoringBase >>> [ERROR] ----------------------------------------------------- >>> [ERROR] realm = >>> plugin>com.github.eirslett:frontend-maven-plugin:0.0.16 >>> [ERROR] strategy = >>> org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy >>> >>> >>> So how to build this? >>> >>> >