Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rhierlmeier opened this issue Apr 14, 2023 · 1 comment
Open

Comments

@rhierlmeier
Copy link

rhierlmeier commented Apr 14, 2023

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 pushed a commit to DEsoftware/gitflow-helper-maven-plugin that referenced this issue Apr 18, 2023
rhierlmeier pushed a commit to DEsoftware/gitflow-helper-maven-plugin that referenced this issue Apr 18, 2023
@rhierlmeier rhierlmeier changed the title set-properties goal should provide the GIT info as Maven property set-git-properties goal should provide the GIT info as Maven property Apr 18, 2023
@rhierlmeier
Copy link
Author

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 pushed a commit to DEsoftware/gitflow-helper-maven-plugin that referenced this issue Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant