Is there a way to merge multiple properties files from different maven projects in the same way that maven does war overlays.
Eg if I have 2 different services that both use a core project, can I create a "strings.properties" in all three and have the build merge the strings.properties so that each service can have their own strings file merged with the core version?