git-commit-id-maven-plugin
git-commit-id-maven-plugin copied to clipboard
Maven plugin which includes build-time git repository information into an POJO / *.properties). Make your apps tell you which version exactly they were built from! Priceless in large distributed deplo...
BigDiffTest takes compared to all other tests a rather long time, for me it needs about 4 minutes. Apparently most of that time comes from writing 100000 (**!**) files. Could...
### Describe your idea A proeprty which displays the **feature branch** name. It's empty if on master. A leading dash is needed to use it as postfix. ### Expected Behavior...
Hello dear follower of this project. It's been a long journey and I feel that I recently don't have the time to contribute as much to this project :-( My...
the current jgit based implementation doesn't have an option to choose tags by following the --first-parent. This is supposed to allow you to skip tags which are introduced by merges...
I can see code that attempts to find the dotGitDirectory. It seems to look up the parent structure for the .git directory. However, many projects don't have the parent in...
When I trigger a deploy from my machine, I might forget sometimes to pull. Thus I package happily from what I thought to be HEAD. I also tried to fetch,...
In multi module maven project that is stored in one Git repo it would be helpful to be able to get version number / build number based of the last...
maven-git-commit-id-plugin (2.2.0) determine wrong commit (548df55) when used with maven-release-plugin. It should point to 6e8a477. [maven-release-plugin] prepare for next development iteration Commit: 548df55e32bea673970071bf57b21b9e763e5208 [548df55] [maven-release-plugin] prepare release v0.0.26 Commit: 6e8a477e3a35cf7d7fbd55ec602587e1fb18195d...
We use 2.2.0 plugin version with "generateGitPropertiesFile" property set to "true" and recently faced a really weird situation. I'll do my best to describe it correctly. The main problem is...
Hi, I would like to have an additional property that indicates whether the current commit is also in remote repro (aka. pushed to origin). With the native git it should...