I have made a parent maven project with a few maven modules. In one of those
modules I have placed some XML files in the resource dir. Now these XML
files appears in both the module and under the parents resource folder.
1) Why do the resource file appears both under the module and the parent?
2) Since they also appear in the parent is it possible to fetch them from
other modules besides the one having them in its own resource folder?