Skip to content

Added Gerrit support to maven plugin

Andrea Bugada requested to merge bugada/jgit-flow:develop into develop

Gerrit requires a changeId to do his job: jgit has a method to add it but was not exposed in the maven plugin. Now the maven plugin accept an (boolean): if true the change id will be added for every commit; false is the default value (no changeid).

Merge request reports