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
493 stars 181 forks source link

How to use with multi-module project? #251

Closed technotic closed 3 years ago

technotic commented 4 years ago

The README is not clear (from what I can see) on how to use the plugin with a multi-module project. Is there an example somewhere? Is the plugin only needed in the parent module?

aleksandr-m commented 4 years ago

@technotic Should be straightforward - add it to project you want to manage.

Is the plugin only needed in the parent module?

Simple answer - Yes.

aleksandr-m commented 4 years ago

@technotic Can we close this?