On Sun, Sep 28, 2008 at 1:55 PM, Rick <[EMAIL PROTECTED]> wrote: > I'm confused... when I run the maven webapp archetype I only end up > with "resources" and "webapp" directories created.. no java/src/main > or java/src/test ? Shouldn't it make those directories for me?
The archetype is encouraging the best practice of putting the Java code in a separate module. If you need the directories, you can create them. If this is something you need often, you can create your own archetype. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
