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...
### Describe the bug During maven build, we observe the following error message from git-commit-id-maven-plugin 4.0.5: Cannot save config file 'FileBasedConfig[H:\.config\jgit\config]' The H: drive is a network drive where our...
thanks for this plugin. it is awesome. However I feel a little something is missing: When the plugin run we have an information about "git.dirty" which tells us that the...
### Describe the bug git.properties file is not created in v4.9.9 which was created in target/classes in v4.0.5 ### Steps to Reproduce - Please include the **full** configuration of the...
### Describe the bug Using the Maven plugin under Java 16 produces: ``` [ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:4.0.0:revision (default) on project missioncontrol-ui: Could not complete Mojo execution...: Unable to...
Git allows to obtain properties for a specified directory. Such option would allow multi module projects to get version number / build number based of the last git commit in...
We are trying to build a node project where some of the node modules downloaded have files that have chinese characters in them. That resulted in the following exception during...
It doesn't seem to be possible to disable or set a zero length string for the `dirty` suffix. I'm guessing this is because the plugin conflates an empty string with...
I ran into the issue described in ktoso/maven-git-commit-id-plugin#113 today. While I like the rev-parse idea and have seen that implemented in other places, I just opted to search parent directories...
Hi Konrad, I use your maven-commit-id-plugin in my projects. Thank you for that. But I also use gradle more and more and I was looking for something similar in the...
### Describe the bug Building with standard configuration from Bamboo in Docker image (mounting project directory with git repository) fails with ``` 18-Aug-2020 22:06:17 | [INFO] --- git-commit-id-plugin:4.0.2:revision (default) @...