> My understanding is that these directories and files are created by default.
> Is this not true?
>
> From command>mvn jetty:run

Having this directory or not depends entirely on what archetype you
used when you built your project.

If you didn't create a war (webapp) project, then you probably don't
have a src/main/webapp directory -- and given the error you're seeing,
I'm guessing this is what's going on. You can fix this error by simply
creating that directory yourself, and maybe copying a few files into
it.

Wayne

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

Reply via email to