Hi,

I'm trying to split my application into several functional modules. I tried Virgo snaps and landed on multi-module maven architecture. For now I managed to split java files, but I'd also like to split web resources.

What is the best architecture to put into a module also related web resources like images, css and JavaScript files?

Also when I have circular dependencies in my maven modules is it possible to build all modules into one war build to eliminate jar dependencies?