Thanks for your response. Problem is, the build does not run at all, at least nothing shows on the Maven console.
I even created a new project from scratch, and the process-resources goal runs OK. So it's only on this particular module. Tomorrow I'll check the log and see if it's something there. Alex. On Tue, Nov 11, 2008 at 8:34 PM, Igor Fedorenko <[EMAIL PROTECTED]> wrote: > Do you see anything interesting in workspace .metadata/.log file? You can > also enable debug output in maven console, assume build runs but does not > copy anything. > > If this does not reveal anything useful, please submit bugreport in JIRA > [1] and provide sample project and steps to reproduce the problem. > > [1] http://jira.codehaus.org/browse/MNGECLIPSE > > -- > Regards, > Igor > > > Ale Sarco wrote: > >> 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. >> > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
