Replies: 2 comments 10 replies
8 replies
|
@mosabua @adambkaplan I will try to draft something with Mimir, for example something like a "recipe", basically listing all artifacts asked by Maven to build given thing. Also, I was wrong: mimir does not need your local repo to be empty, it can still collect "all seen" artifacts. Re scope. Yes, Maven may be thin here, due its internal duality: collecting graph (scopes are known) are one thing, but later resolving is really about flat list of artifacts.... will try to figure out something here. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I am looking at toolbox and mima to potentially help me with a task. I would like to create a list of all artifacts needed to build a project from an empty local repo.
So essentially have a list of GAV coordinates that includes:
A bonus could be to get the Maven binary from a wrapper config added and whatever it would need at runtime that is not part of the list above. I think that should be nothing but...
Another bonus for later could be taking extensions into account.
Is this something that would be useful for toolbox? Personally I think yes.
In fact I think the plugin-tree does the plugin side of things mostly but maybe its missing parent poms in the tree. gav-tree might also help. Thoughts?
All reactions