How to move artifacts from one repo to another repo in same Nexus instance

Hi Team,

we are planning to automate the migration of artifacts from one repo to another in same Nexus. Please let me know any method or API is available?

Thanks,
Mak.

This is possible using the staging/tagging professional (licensed/paid) features but it’d require tagging everything in hindsight.

Otherwise, if you’re looking for the full repository, then you’re likely waiting for https://issues.sonatype.org/browse/NEXUS-11468 (still un-developed). If you’re not looking for the whole repository, then you’re basically talking about downloading and uploading individual items which you should be able to do via curl etc but you’d need to write something to automate, there’s nothing in app to transfer individual items over built in (other than staging/tagging).

Ref https://help.sonatype.com/display/NXRM3/Staging and https://help.sonatype.com/display/NXRM3/Tagging, you can contact sales@sonatype.com if you’re interested in a license and these features.
-Joe