git-build-hook icon indicating copy to clipboard operation
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.

Results 13 git-build-hook issues
Sort by recently updated
recently updated
newest added

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...

enhancement
good first issue

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...

bug
enhancement