-
Notifications
You must be signed in to change notification settings - Fork 2
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
Maybe introduce "nano maven"? #72
Comments
However, I'm not sure the cost associated to trimming down (or modularising) the resolver will be worth the actual gain: i.e. I would think most of the code is about the collection / resolution rather than other use cases such as install / deploy. |
@cstamas this is literally what jbang does :) |
just realized this is more about a nano library to allow one to programmatically do it - jbang is about the cli side ;) ignore me. |
Yes, idea was a library that is "trimmed down" version of resolver (ie. just "resolve" APIs and related bits kept). |
Many times users does not need to install, deploy, whatever, all they need is to resolve a GAV transitively...
Requirements:
.m2/repository
) local repositoryThis would be teared down resolver, minified to barest minimum, just to perform this task.
The text was updated successfully, but these errors were encountered: