You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to migrate two very old repositories in a new nexus 3.6.
The thing is I do not want to upload all the dependencies in the new repository but only the one of my company.
Basically migrating only the release repository of the old one into the release repository of the new one.
The option I see are the following:
add a filter mechanism on the upload part
add a boolean parameter to not fail if a dependency is missing in the original repository
add a filter in the download part, only downloading when group id starts with ...
What would be the easiest solution to put in place? And could you point me on to where I should look to make it?
Thanks,
Nicolas.
The text was updated successfully, but these errors were encountered:
Hello,
I have to migrate two very old repositories in a new nexus 3.6.
The thing is I do not want to upload all the dependencies in the new repository but only the one of my company.
Basically migrating only the release repository of the old one into the release repository of the new one.
The option I see are the following:
What would be the easiest solution to put in place? And could you point me on to where I should look to make it?
Thanks,
Nicolas.
The text was updated successfully, but these errors were encountered: