Description
ModelMerger omits relativ path when source is not dominat, because of fiel Parent#relativePath will be initialized with "../pom.xml" on instanciation.
new ModelMerger().merge(target, source, false, null); // merge with sourceDominant = false
Attached test case.