You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
This looks like a really cool project and I'm excited to try it out. However after following the instructions to installing, I still get this output when running mvnd --version:
I added the mvn daemon bin folder to my PATH variable. I also tried using an alias for mvnd that pointed specifically to the mvnd executable inside the bin folder.
I'm using Oh-my-ZSH, so I thought that there maybe was some correcting going on, but disabling that using "nocorrect" and other options, all resulted in the same output.
Any idea on what I'm missing when setting this up?
The text was updated successfully, but these errors were encountered:
Thanks for your quick reply! I used which mvnd and saw that my mvn Oh my zsh plugin was aliasing mvnd to mvn deploy... I unaliased it in my .zshrc file and now Maven Daemon works fine! Cut my building time from 14 seconds to 6, so that's very cool! Thanks!
Hi!
This looks like a really cool project and I'm excited to try it out. However after following the instructions to installing, I still get this output when running mvnd --version:
I added the mvn daemon bin folder to my PATH variable. I also tried using an alias for mvnd that pointed specifically to the mvnd executable inside the bin folder.
I'm using Oh-my-ZSH, so I thought that there maybe was some correcting going on, but disabling that using "nocorrect" and other options, all resulted in the same output.
Any idea on what I'm missing when setting this up?
The text was updated successfully, but these errors were encountered: