aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.
https://aleksandr-m.github.io/gitflow-maven-plugin/
Apache License 2.0
498 stars 181 forks source link

[FR] git parameters #178

Closed laur89 closed 2 years ago

laur89 commented 5 years ago

Could we have ability to provide git params similar to maven? This might be needed in CI env to enforce some specific behavior, eg bypassing git hooks by providing --no-verify.

aleksandr-m commented 5 years ago

@laur89 The are plenty of git commands used that can be messed up with additional arbitrary parameters. Do you need something else besides --no-verify? Additional parameter can be added to control --no-verify in commit goals.

laur89 commented 5 years ago

git push takes options that can be used to instruct CIs to skip pipelines, eg gitlab respects -o ci.skip. These are the immediate flags we'd need.

Additional parameter can be added to control --no-verify in commit goals.

Is this an already supported feature? Worked through the readme but couldn't find it.

aleksandr-m commented 2 years ago

Push options implemented in cb93c2f