-
Notifications
You must be signed in to change notification settings - Fork 214
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
Use custom wrapper #455
Comments
I saw that: #143 |
A given mvnd version is hardwired to some particular version of Maven core libs. Those are embedded in mvnd's own distro. Mvnd is not using any existing local Maven installation. Of course this does not solve the problem Maven Wrapper solves - i.e. to have a reliable per-repo way of choosing the mvnd version that is known to be suitable for building of the given repo. For that one, having our own |
Thanks @ppalaga but how to find the mvnd that contains a given version ? For example i'm searching the one for mvn 3.5.0 The tagging system on the repo does not indicate it |
Only manually in
I am afraid the oldest one we ever had in the source tree was 3.6.2 and the oldest release was with 3.6.3 |
Forgot to answer due to vacation but thank you for your answers! :) |
Hi there,
First, thanks for the work with mvndaemon.
There is something I can't figure out from the documentation. My project already has a maven wrapper. And i'd like mvndaemon to use my wrapper or at least setup mvndaemon to download the same version that my project uses.
What is the config to do. Note that I installed using sdkman.
If I get the answer here, i'll do a pull request to offer a documentation about it :)
The text was updated successfully, but these errors were encountered: