On Wed, Jun 29, 2011 at 9:12 PM, Joseph <[email protected]> wrote: > I am a newbie for mvn and have a simple question about dir structure.I > know the basic dirs were created automaticlly by mvn after > initialization setup of a web apps.Then what I do is just code and > create some packages under src/main/java,but the resource and test > directories did not updated .Do I have to create dir(package) under > resource/test manually to align against src/main/java structure? or do > we have some tricks that could accomplish that?
How did you set up your webapp? Did you use the archetype plugin at the command line, or are you using an IDE? (Yes, you'd need to match the package structure for resources and tests so things end up where they belong.) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
