I'm working on creating a new webapp project using maven and the archetype:create with the maven-archetype-webapp archetype. I may not understand things correctly, but I don't see some directories that I would assume would be in there. There is nothing for Java src files or anything like that in there.
Should those be in there, or is the preferred method to created multiple maven projects and make them all dependencies on each other? I tried creating archetypes within archetypes (by changing package to pom), but that seem to disregard the archetype I sent in and only ever used the quickStart archetype. Any help on this would be greatly appreciated -- and feel free to point me to a URL that has more information. I've looked through the resources I know and am not finding anything definitive. Thanks much, Mike
