You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 themvn
command will fail if it is not on the classpath, or could use an incorrect Maven version.The text was updated successfully, but these errors were encountered: