0

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?

4

1 回答 1

1

Nexus Professional 包括专门为此而设计的 Staging Suite。阅读本书 Repository Management with Nexus 的staging 章节,并使用eval 版本进行尝试。

于 2013-06-10T17:30:59.573 回答