Is there any ability to build maven artifact which will contain only resources but no sources and which can be reused by other projects?
Motivation is the following. I have a library which contains only html/css/javascript code. This library must be packed as resources into war project. As for now I build web archive with resources by single pom. But am I able to separate html/css/javascript code into new artifact and reuse it in several war projects?