Hi all - I'm having an issue where a zip file containing shared js and css components are overlaid to my war project - but they're NOT visible!
So in my source tree, I have: src/main/webapp/js/foo.js I'm overlaying several other js files and the resulting war also has: webapp/js/foo.js webapp/js/bar.js Bar.js is NOT visible in the resulting war. What am I doing wrong?
