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)
I have some configuration files in config folder of mod1. I have other configuration files in config folder of mod2. I have placed all these configuration files in a common folder in the output zip file.
I now have to change the location dynamically in order to point to the new location. Is this possible?
If you are obtaining you configuration files using the class path, you can move the location of the files and change the class path.