I want to modularise my web application setup a bit better. I have a REST service that I want to put in its own web-app/war project. When you create a Maven Enterprise Application in Maven you get a project with an EAR, EJB and Web app archetypes. I want to add another Web app archetype where I can put my REST code to keep it separated from my regular web site code. So how do I do this?