Closed
Description
The root pom.xml uses githook-maven-plugin to install a Git pre-commit hook to enforce formatting by running a formatter via the mvn
command. Instead this should use the Maven wrapper (./mvnw
), otherwise the mvn
command will fail if it is not on the classpath, or could use an incorrect Maven version.