Migration path from Artifactory to NXRM3

Hi Richard,

I think you are on the right track. The first thing I recommend is to differentiate between dependencies and applications.

When it comes to dependencies, I also recommend differentiating between internally developed dependencies and public, open source ones.

For public, open source ones, you can simply create proxy repositories in Nexus to point to public registries like Central, NPM, etc… and for internally developed dependencies, you can create proxy repositories that point to your Artifactory instance. As builds ask for these components through Nexus, it should start caching these artifacts in Nexus.

For your applications, since these are not dependencies and can’t be called by a build, the API upload is probably your best option. Check out the examples in the below URL:

1 Like