You can set eclipse itself up to compile to src/main/webapp/WEB-INF/classes, then just run war:inplace whenever you change any dependencies to populate src/main/webapp/WEB-INF/lib.
On Thu, Jul 10, 2008 at 4:37 AM, Kristof Vanbecelaere < [EMAIL PROTECTED]> wrote: > Hi, > > > > Is there any way to get the same behaviour from m2e as one can get via mvn > war:inplace? I want my class files to end up in > src/main/webapp/WEB-INF/classes and my dependencies in > src/main/webapp/WEB-INF/lib. > > > > I guess this is somewhat related to the separate output directory issue > discussed earlier on this list. > > > > Thanks, > > Kristof >
