git-code-format-maven-plugin
git-code-format-maven-plugin copied to clipboard
feat: add `useGlobalMavenExecutable` configuration
This PR Addresses #71 by adding a new configuration option to allow users to override usage of M2_HOME to directly use the global mvn variable instead.
This should allow users to allow use maven from IDE's where M2_HOME is sometime forcefully set by the tooling, eg. when using maven from IntelliJ IDEA
Request someone to please guide me on how to create a PR for an earlier version? For version 2 in this case.
Thanks