You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Denny Lee <de...@gmail.com> on 2015/04/11 05:39:47 UTC

mvn zeppelin-web build failure

Just downloaded the latest and getting an error when building zeppelin-web:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project
zeppelin-web: Error assembling WAR: webxml attribute is required (or
pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on
project zeppelin-web: Error assembling WAR: webxml attribute is required
(or pre-existing WEB-INF/web.xml if executing in update mode)

The app/ folder has the WEB-INF/web.xml file but haven't had a chance to
debug much yet - just wondering if anyone else has run into the same issue?

Thanks
Denny

Re: mvn zeppelin-web build failure

Posted by Denny Lee <de...@gmail.com>.
No worries - realized I could just add the "failOnMissingWebXml" config
within the pom and we're good to go again.  Thanks!

On Fri, Apr 10, 2015 at 8:39 PM Denny Lee <de...@gmail.com> wrote:

> Just downloaded the latest and getting an error when building zeppelin-web:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on project
> zeppelin-web: Error assembling WAR: webxml attribute is required (or
> pre-existing WEB-INF/web.xml if executing in update mode) -> [Help 1]
>
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.maven.plugins:maven-war-plugin:2.2:war (default-war) on
> project zeppelin-web: Error assembling WAR: webxml attribute is required
> (or pre-existing WEB-INF/web.xml if executing in update mode)
>
> The app/ folder has the WEB-INF/web.xml file but haven't had a chance to
> debug much yet - just wondering if anyone else has run into the same issue?
>
> Thanks
>
> Denny
>