-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to handle mvnd 1.x and mvnd 2.x? #12
Comments
Same as Maven ? |
Ok, here in maven Formula I see 3.9.8 only: So it means once mvnd 2.0.0 out, it will replace mvnd 1.0.x (whatever version will be then current)? |
Related to this discussion: With this change yesterday, This seems undesirable? A few of us were surprised today when we saw that updating |
You can now install mvnd@1 to get the 1.x line. |
Updated README: |
Hi @gnodet , This is also how it's handled in macports and sdkman My projects stopped running today because of some sort of incompatibility with mvnd 2 and I expect this to be the case for the majority of the users. |
I agree with this having been caught out in the same way. More specifically, if you I would expect to be getting the same "latest" version of Maven, just with the daemon wrapper. I had problems building a project with There are issues like this that mean IMO Maven |
We do have 2 formulas since some time. |
Currently we have one formula
mvnd
. And mvnd 1.0.0 is out, but soon will come mvnd 2.0.0 as well.How we want to handle this?
@ppalaga @gnodet
The text was updated successfully, but these errors were encountered: