Oliver, By default, m2eclipse projects use separate output folders [1]. To use Maven output folders, right click on the project, Maven, Use Maven output folders. Let me know if you still have problems running spring applications from m2e.
[1] http://docs.codehaus.org/x/IoHFB oliver.m2eclipse wrote: > hi,all > > I am newly to use the maven and m2eclipse . I have a test class that has > an void main method,i tried to load some bean in this method. > but i encounter the the error like this: > > Caused by: java.io.FileNotFoundException: bean.xml > > my bean.xml is located in src/main/resoource/bean.xml,after i run mvn > resources:resources command bean.xml is moved to target/classes > already. > > so,i wonder how to config to run spring application by using m2eclipse?? > > appreciated for any help!! > > ------------------------------------------------------------------------ > oliver.m2eclipse > 2008-05-05 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
