For example, I have 3 ejb modules. Name it #1 #2 #3
Also I have 2 ear modules. Name it #4 #5
Module #4 - depends on #1 #2
Module #5 - depends on #2 #3
I need to provide different settings to #2 for different ear builds.
It seems that I can't just specify parent projects for #2 - module can have only one parent
Any ideas how to solve this task?