I'm writing a web app with Maven and learning as I go.  The
<packaging> is war. I have a directory within my project that has the
web pieces:
web
   src
      main
         webapp
             WEB-INF
                 Web.xml

When I run mvn clean package, I get this error:
[Info] Error assembling WAR:  webxml element is required (or
pre-exisitng WEB-INF/web.xml if executing in update mode)

I assume there's something simple I haven't seen in the doc yet, but I'm
reading through the POM reference and haven't seen it yet. What might be
wrong?  Thanks.

Ken 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to