I have 3 modules which are linked to a parent project similar to this.
root (pom.xml)
+--- mod1 (pom.xml)
+--- mod2 (pom.xml)
+--- mod3 (pom.xml)
Mod3 is the module used for packaging purposes. I have some configuration files in config folder of mod1 and mod2. I need to update some values in these property files using profile and filter. Is it possible to have a common profile and filter for these two modules. If so in which pom.xml should I include the profile and filter details.