I'm a newbee to Nexus. Having recently incorporated git into our development team, I'm trying to work on a solution to first create a build image of the app (via maven) from a cloned GIT repo, then distributing it to the development environment and then to a remotely stored Nexus repo [DEV].
I'm working with 3 target environments and 3 respective Nexus repo's [ Dev, QA-Test and Prod ]. I want to move these built images from 1 Nexus repo to another [from DEV to QA-TEST, from QA-TEST to PROD].
What I'm curious about is that is there a way within Nexus itself to copy the built image from 1 nexus repo to another instead of having it pulled down to a local file system working directory and then pushing it up (promoting it) to another repository?