I want to implement really simple workflow for our release management:
- Developers deploy's the build with maven to the staging nexus repository
- QA team access this repository, if they give a green light to the release, they promotes the releases to the release nexus repository which can be accessed by the customers
My question is: what is the easiest way to copy the content of the certified release from the staging repository to the release repository? Is there any nexus-copy, migrate, push, ... etc commands?