phillipuniverse / githook-maven-plugin

Maven plugin to install local git hooks
MIT License
28 stars 1 forks source link

Add support for externalizing scripts into a files #10

Open bobtiernay-okta opened 5 years ago

bobtiernay-okta commented 5 years ago

This would be great for more elaborate hooks that don't fit comfortably inside a pom.

phillipuniverse commented 5 years ago

What did you have in mind? Like a reference to a bash script instead?

bobtiernay-okta commented 5 years ago

Right. That way you can reference it by file path. I'm not sure how the current config structure could be altered to be backwards compatible though.