Osgiconfig precedence for same pid with submodules and parent
Hi Team,
In AEMaaCS We have git submodules to our main parent repo and have only read access to submodules.
There is one Osgiconfig called "com.day.cq.commons.impl.ExternalizerImpl.cfg" in both submodules as well as parent repo.
Then given module order in main pom.xml as below
:<module>parent all<module>
<module>parent core<module>
<module>parent ui.config<module>
<module>submodule<module>
Now the issue seems to be submodule osgiconfig always takes precendencein publish but we need our main parent osgiconfig value to be populated. In both repo, Osgiconfig is present in config.publish folder
please help what we need to do in this case.
