Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrating repository without failing on missing dependency #33

Open
nhurion opened this issue Nov 27, 2017 · 2 comments
Open

migrating repository without failing on missing dependency #33

nhurion opened this issue Nov 27, 2017 · 2 comments

Comments

@nhurion
Copy link

nhurion commented Nov 27, 2017

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:

  • 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.

@mosabua
Copy link
Member

mosabua commented Nov 27, 2017

If you know the GA coordinates you restrict you could add some sort of filter option for the upload.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants