Skip to content
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

Fail to install mvnd from SDKMAN! on Apple M1 machine #688

Closed
tisonkun opened this issue Sep 13, 2022 · 6 comments
Closed

Fail to install mvnd from SDKMAN! on Apple M1 machine #688

tisonkun opened this issue Sep 13, 2022 · 6 comments

Comments

@tisonkun
Copy link
Member

$ sdk install mvnd

Stop! mvnd 0.8.0 is not available. Possible causes:
 * 0.8.0 is an invalid version
 * mvnd binaries are incompatible with your platform
 * mvnd has not been released yet

Tip: see all available versions for your platform:

  $ sdk list mvnd
@tisonkun
Copy link
Member Author

$ sdk list mvnd | cat -
================================================================================
Available Mvnd Versions
================================================================================
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                

================================================================================
+ - local version
* - installed
> - currently in use
================================================================================

@gnodet
Copy link
Contributor

gnodet commented Sep 13, 2022

Looks related to #337

@tisonkun
Copy link
Member Author

@gnodet Thanks!

@tisonkun tisonkun closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2022
@gnodet
Copy link
Contributor

gnodet commented Sep 13, 2022

Note that you can still install mvnd manually and use the shell script (mvnd.sh) instead of the native client.

@tisonkun
Copy link
Member Author

tisonkun commented Sep 13, 2022

@gnodet Thank you. I'll check whether it's a clean solution. That is, no global installation or hidden folders. I'd prefer a package manager to avoid manually cleaning up when I'd like to uninstall the artifact. I may never uninstall it, but it's a prerequisite :)

@ppalaga
Copy link
Contributor

ppalaga commented Sep 13, 2022

Or you can use @orpiske 's script to compile mvnd locally https://www.orpiske.net/2022/07/try-apache-maven-daemon/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants