Hi I have a multi-modules project. Some of this modules are web applications, and thus have a folder like this: src\main\webapp
My problem is that inside src\main\webapp there are files that should be shared but all web application modules in that project. But right now, there is a copy of these files in every module. So in every web application module I have src\main\webapp\js for javascript files. Is it possible to create a commons modules and put those static files inside that module and have every web application use those files instead? If it is, when mavem generates the eclipse project files, is it going to work? How do I do it? Thanks -- Marcos Mendonça --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
