Hello, I've imported a multi-module Maven project into freshly installed Eclipse 3.4.1 using m2eclipse 0.9.6 The import went OK, although I had to manually add the JRE System Library and the Web App Library to a couple of modules. Two of the modules are web modules, but for some reason, in one of them modifying a resource doesn't trigger the process-resources goal, even though it's specified in the Maven properties for the project. The resource folders are recognized by Maven as it shows after an Update Project Configuration:
11/11/08 17:24:11 GMT: Adding source folder /phoenix-web-admin/src/java 11/11/08 17:24:11 GMT: Adding resource folder /phoenix-web-admin/src/conf/empire/spring 11/11/08 17:24:11 GMT: Adding resource folder /phoenix-web-admin/src/conf/empire/properties 11/11/08 17:24:11 GMT: Adding resource folder /phoenix-web-admin/src/resources 11/11/08 17:24:11 GMT: Adding resource folder /phoenix-web-admin/src/conf/common/spring 11/11/08 17:24:11 GMT: Adding resource folder /phoenix-web-admin/src/conf/common/properties 11/11/08 17:24:11 GMT: Adding source folder /phoenix-web-admin/src/test The strange thing is the other web module does recognize when a resource file is updated and triggers the goal. I can't find any difference between these two modules configuration/properties. Is there any specific place where I should look? Thanks, Alex.
