Issue
I'm currently facing an issue while working on a project. My organization currently has more than one Nexus in order to deploy our artifacts. Once we finish developing our libraries, we need to deploy this artifact on two different Nexus. I haven't found a clean way to do it. Has anyone come across the same issue ?
Solution
You usually don't do this. Instead, you deploy to just one Nexus and let the other Nexus proxy the relevant repositories of the first one.
Answered By - J Fabian Meier