In Maven, is it possible to load resources in a child module from the parent project?
parent project
---child module 1
---child module 2
I have resources in the parent project src/main/resources
which I would like to be made available for the child projects. Ideally the child projects could override any of the resources.