Skip to content

Use maven wrapper (mvnw) in Git pre-commit hook #539

Closed
@westse

Description

@westse

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions