headcr4sh / node-maven

Maven for Node.js
Apache License 2.0
18 stars 14 forks source link

Use platform-specific path syntax when inferring mvnw location #16

Closed asmundg closed 6 years ago

asmundg commented 6 years ago

Invoking cmd.exe with ./mvnw does not end well. Instead, keep the platform-specific resolved path and use that for the executable.

headcr4sh commented 6 years ago

Thanks for the PR. :-)