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

Duplicated maven repo will be created if the same repo is executed multiple times #80

Open
frankfliu opened this issue Nov 30, 2019 · 0 comments · May be fixed by #81
Open

Duplicated maven repo will be created if the same repo is executed multiple times #80

frankfliu opened this issue Nov 30, 2019 · 0 comments · May be fixed by #81

Comments

@frankfliu
Copy link
Contributor

I use following code to add repo with %mavenRepo magic:

%mavenRepo snapshots https://oss.sonatype.org/content/repositories/snapshots/

If I execute this line multiple times, or if we open multiple jupyter notebook, both of jupyter notebook contains this line. It creates multiple repo with the same name "snapshots".

The duplicated repo will significantly increase dependency resolve time (especially for snapshot version).

@frankfliu frankfliu linked a pull request Nov 30, 2019 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant