Propagate bundle in all publish instances
Assuming I have the following context:
1. Project is inherited, the solution is pretty rigid, and we lack project know-how
2. Stakeholders pressure is pretty high, so a time-delivery balance has to be found, which usually means no-too-much-time-for-best-practices 🙂
2. Infrastructure architecture is composed standalone AEM instances, 1 author instance and 8 to 10 publish instances
3. I cannot (for now) figure out how to configure project to deploy bundle dependencies upon build (nor there is time to untangle the project configs and find a solution)
4. The only way I was able to install a third party dependency was to manually create an OSGi (bundle) and install it via system console (a process that is permitted and do-able still)
Now, in these circumstances (not ideal I repeat), my question is, which is the easiest/quickest way to have this bundle installed in all the publish instances. I am hoping to not end up installing it manually everywhere.
For example, for the .core bundle of an AEM project, in case Maven is instructed to install the .core jar in a location like /apps/project-packages/content/install, if I then create a content package with it and replicate it, this will install the bundle in the target publish instance. Is there something similar that ca be done, but with the third-party bundle/jar that I need to install ?
