elasticpath / mvnmin

Builds only changed maven modules, speeding up your multi-module maven project builds.
Apache License 2.0
44 stars 0 forks source link

Improve Windows support. #25

Closed ivanjensen-ep closed 1 year ago

ivanjensen-ep commented 1 year ago

Adds the .cmd extension to all invoked maven commands when Windows is the detected operating system, to ensure the appropriate executable can be found and run.

Closes #24