-
Notifications
You must be signed in to change notification settings - Fork 4
Port dependency management from Ivy to Maven #23
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
Comments
i would recommend you look into using mima (https://github.com/maveniverse/mima) its what I use for jbang as it is much nicer and simpler to "bootup" and have consistent behavior from. |
@maxandersen , thanks for the advice. Will check it out. Using Maven directly proved to be somewhat of a pain in our experiments. It was never intended to be embedded. |
yes, thats what mima helps on - also maven 3.9+ makes it much easier. |
Implemented with PR #61 |
The state of Ivy is concerning. See the discussion in SpencerPark/IJava#121 Specifically https://lists.apache.org/thread/h372vt1ztd6gfmgmfkmqzrksx6fpw97g Let's see what it takes to port the kernel dependency resolving to Maven.
The text was updated successfully, but these errors were encountered: