I\'m a Maven newbie, so I apologize if this is something trivial. Basically, I am developing a webapp, and I am using Maven to manage the project. I have
Have you tried to generate the project with the mvn archetype:generate command? It builds you a fully working project structure for webapps with war packaging: