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
490 stars 182 forks source link

Add override gitFlowConfig and commitMessages from System.properties #263

Closed agorshkov23 closed 2 years ago

agorshkov23 commented 3 years ago

Added the ability for plugin users to override parameters when calling Maven without changing the plugin configuration in pom.xml

aleksandr-m commented 3 years ago

@agorshkov23 Build failing.

aleksandr-m commented 2 years ago

Implemented in https://github.com/aleksandr-m/gitflow-maven-plugin/commit/f1adadc44b22895035bdb8cd4d49c748582a515b.