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
To avoid some bugs in mvnd I'd like to use the stock Maven via mvn in my PATH.
ACTUAL:
Currently both mvnd and mvn in the PATH must point to the scripts from the mvnd distro for mvnd to work. If the mvn in my PATH points to the stock Maven then mvnd stops working.
If I use mvn from the mvnd distro it seems to behave like mvnd - which I assume does not help me to avoid the mvnd bugs.
EXPECTED:
It should be enough to have mvnd in the path for mvnd to work. mvn should stay pointing at the stock Maven.
The text was updated successfully, but these errors were encountered:
To avoid some bugs in
mvnd
I'd like to use the stock Maven viamvn
in myPATH
.ACTUAL:
Currently both
mvnd
andmvn
in thePATH
must point to the scripts from the mvnd distro for mvnd to work. If themvn
in myPATH
points to the stock Maven thenmvnd
stops working.If I use
mvn
from the mvnd distro it seems to behave likemvnd
- which I assume does not help me to avoid the mvnd bugs.EXPECTED:
It should be enough to have
mvnd
in the path formvnd
to work.mvn
should stay pointing at the stock Maven.The text was updated successfully, but these errors were encountered: