I have a super pom defined in which I specify a "resources" directory for resources. In one of my projects, my pom extends that super pom, and I would like to ...
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 ...
(also posted on maven-users)
Wondering if anyone can shed some light on inheritance of the elements in pom.xml as relates to resource processing and the WAR plugin.
The documentation for the pom ...