-
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
mvnd fails if there is no .mvn/ dir in the user home #42
Comments
Yeah, I admit it's not especially robust, but we basically mimic, what stock Maven does in
I wonder how? I do not think we can reliably autodetect the top level directory of any random multimodule project. |
I thought that mvnd could just |
@tadayosi there's a misunderstanding here. |
No, |
Thanks for the explanation. So there are a couple of suggestions here:
|
Fix #42 mvnd fails if there is no .mvn/ dir in the user home
Right after
mvnd --install
, mvnd fails with the following error:Manually creating a directory
.mvn/
in the user home solves the error, but it's handy if mvnd auto resolves it.The text was updated successfully, but these errors were encountered: