I am using Eclipse 3.4 , m2eclipse 0.9.6 and I have all default settings I have read the FAQ about this http://docs.codehaus.org/display/M2ECLIPSE/Project+FAQ#ProjectFAQ-WhyresourcefoldersinJavaprojecthaveexcluded%3D%22%22
After importing project all resource folder are excluded in eclipse, when I use mvn eclipse:eclipse this resource folder are added to classpath properly. I was wondering how I can add this resource file in classpath in eclipse without manually removing exclusion for each module in build path. I have spring application context in src/main/resource folder and in my test class they get loaded from classpath "classpath:application-context.xml" It will work fine if I use like this "classpath*:application-context.xml" to load context but it will load from local installed jar of same module. But I have to always install this module first if I add any new bean to this application context and want to make available in my test class. Even I tried updating project configuration but did noy help -- View this message in context: http://www.nabble.com/m2eclipse-and-Java-project-have-excluded%3D%22**%22-tp20291475p20291475.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
