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
