Igor, Yup, that certainly fixed my problem. That article also managed to answer next question I had planned on asking (how to deploy the app to a server).
Thanks! -Ed On Fri, Jun 13, 2008 at 6:07 PM, Igor Fedorenko <[EMAIL PROTECTED]> wrote: > Ed, > > maven-archetype-webapp does not generate any Java sources folder, only > resources. Please see "Create java source folder" sections in wtp mini howto > [1] for instructions. > > [1] http://docs.codehaus.org/display/M2ECLIPSE/WTP+mini+howto > > > Ed MacDonald wrote: > >> Is anyone else having this problem: >> >> I create a new Maven project in eclipse (using m2eclilpse plugin) and >> choose the "maven-archetype-webapp" archetype. >> >> When I create a new package in the package explorer, it does not show up >> as a flattened package... it just shows the directory tree. >> >> How I fixed it: >> Go to the Project properties. Look at the "Source" tab for the "Java Build >> Path". The "Excluded" filter is set to "(All)". Once I set it to "(None)", >> everything works as expected. >> >> Is something wrong with my configuration? Is anyone else experiencing >> this? If so, I'll submit a bug report. >> >> >> If any of the project developers are reading this, I'd just like to say >> thanks for creating such an excellent plugin! >> >> -Ed >> >> > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
