gitflow-helper-maven-plugin icon indicating copy to clipboard operation
gitflow-helper-maven-plugin copied to clipboard

set-git-properties goal should provide the GIT info as Maven property

Open rhierlmeier opened this issue 1 year ago • 1 comments

Current there is no possibility to get the information about branchType and and branchName from the gitflow-helper-maven-plugin.

Introduce a new goal set-git-properties . This goal sets the following Maven properties:

  • branchType: Type of the Git-Branch (feature/bugfix/develop/master)
  • branchName: Name of the Git-Branch

rhierlmeier avatar Apr 14 '23 09:04 rhierlmeier

I tested the set-git-properties manually and it works quit good (with the changes of #135). Please merge this PR. Afterwards we can close this issue.

Any plans for a release?

rhierlmeier avatar Apr 18 '23 11:04 rhierlmeier