-
Notifications
You must be signed in to change notification settings - Fork 98
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
3.4.0 can't find executable in Path environment variable on Windows #438
Comments
We are having the same issue. Probably would be better to ignore case of env variables within exec plugin. |
Same here: |
As fix looks as easy I'm waiting for PR, the best with simple IT 😄 |
slawekjaranowski
added a commit
that referenced
this issue
Aug 11, 2024
slawekjaranowski
added a commit
that referenced
this issue
Aug 11, 2024
slawekjaranowski
added a commit
that referenced
this issue
Aug 11, 2024
slawekjaranowski
added a commit
that referenced
this issue
Aug 11, 2024
slawekjaranowski
added a commit
that referenced
this issue
Aug 11, 2024
slawekjaranowski
added a commit
that referenced
this issue
Aug 11, 2024
slawekjaranowski
added a commit
that referenced
this issue
Aug 11, 2024
slawekjaranowski
added a commit
that referenced
this issue
Aug 11, 2024
slawekjaranowski
added a commit
that referenced
this issue
Aug 11, 2024
slawekjaranowski
added a commit
that referenced
this issue
Aug 11, 2024
slawekjaranowski
added a commit
that referenced
this issue
Aug 11, 2024
slawekjaranowski
added a commit
that referenced
this issue
Aug 11, 2024
PR ready - it will be good to check by someone with windows OS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get this Error after upgrading to 3.4.0
It should be due to this change #427 because in ExecMojo#getExecutablePaths https://github.com/mojohaus/exec-maven-plugin/blob/master/src/main/java/org/codehaus/mojo/exec/ExecMojo.java#L829 it only looks at uppercase "PATH" but on my machine it is "Path"
The text was updated successfully, but these errors were encountered: