git-build-hook
git-build-hook copied to clipboard
A maven plugin for managing client side (local) git configuration for those working on your project. Including but not limited to setting git config, installing hooks, validating the local repository.
Hi there, thank you again for creating this great plugin :) I recently ran [Maven Plugin Validation](https://maven.apache.org/guides/plugins/validation/index.html) on my projects, and it warned me about multiple validation issues. This is...
In the following plugin declaration, the configure goal is used but no configuration is declared. This results in a `NullPointerException`. This is confusing, and does not provide the API user...
When the folder `.git/hooks` does not exist, then the plugin will fail to install the git hook. By [default](https://stackoverflow.com/questions/33680880/why-is-git-hooks-sometimes-missing-in-cloned-repos) the directory is non-existent **Actual behavior:** The plugin fails to write...