-
Notifications
You must be signed in to change notification settings - Fork 25
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
Wrong Path Formatting of MAVEN_ARGS variable on Windows #604
Comments
duplicate of #592 |
@alfeilex I was not reading carefully and thought the opposite. BTW: This is the issue I should have intervented and that caused the problem:
OK. I was able to reproduce this. So there is indeed a bug. UPDATE: I tried to debug this in Intellij and noticed that the error is not reproducible there. So actually a bug of graalvm? |
I would disagree. This is a totally different issue. |
For the record: IMHO this is related to this problem: https://issues.apache.org/jira/browse/MNG-8018 |
This expectation is also wrong. In git-bash we need MSYS path syntax instead of Windows syntax to make it work.
called in
called in As we can see supporting Windows with CMD and git-bash is rather tricky. |
Expected behavior
Environment variables on Windows should be in windows path format:
MAVEN_ARGS=-s C:\projects\dev\conf\mvn\settings.xml
Actual behavior
MAVEN_ARGS=-s /c/projects/dev/conf/mvn/settings.xml
is not in windows path format on Windows.Steps to reproduce (bug)
mvn
and try to runmvn clean
MAVEN_ARGS
value as described in behaviorsAffected version:
The text was updated successfully, but these errors were encountered: