Is it possible to package static resources (like Css, Js or images) in a Jar for use in a webapplication (war)?
I would like to seperate parts of the app into modules, but these don't only depend on Java classes, like controllers or models, but on views, templates and media. So I want to package all of that in a Maven module project and copy classes to the classpath and static files into any directory under the root of the application or WEB-INF.