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 use case I can think of here is having a hook in a parent pom, and then another hook in a child pom, when the parent and child are not located together (like a bunch of disparate projects inheriting from a common base):
Yeah, I see that situation being solved by the chaining solution ( #7 ). I'll have to think a little about this but I see the order of the pom's (maven reactor) determining the order if the current pom.xml inserts it's git-hook to the front. This would make sure that the parent project trumps (gets executed first) all...
so if you do this:
.git/hooks/pre-commit
will contain:Uncle Billy's Brewery
not sure if it should push an error on the second one or do a chaining like described in #7
The text was updated successfully, but these errors were encountered: