slachiewicz commented on issue #127: URL: https://github.com/apache/maven-invoker/issues/127#issuecomment-5760142174
Closing: the quoting comes from `cmd.exe /X /C "…"` through maven-shared-utils' `Shell`, which this deprecated component will not change (#164). [maven-executor](https://github.com/apache/maven-executor)'s `ForkedMavenExecutor` runs `bin/mvn.cmd` through `ProcessBuilder` without a `cmd /C` wrapper, so a path with parentheses does not go through that quoting; if it still fails there, file it on maven-executor. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
