git-commit-id-maven-plugin icon indicating copy to clipboard operation
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...

Results 73 git-commit-id-maven-plugin issues
Sort by recently updated
recently updated
newest added

[ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:2.1.2:revision (default) on project abc: Execution default of goal pl.project13.maven:git-commit-id-plugin:2.1.2:revision failed. NullPointerException -> [Help 1] This is on 2.1.2, 2.1.3 didn't make it to me...

enhancement

git dir to find the git dir (allow it to override the usual find mechanism and/or variable), and the work dir for git status/describe checking. Thanks in advance :-)

enhancement

### Context We need to execute this plugin with goal `revision` without specify this plugin in an existing maven project. We can do this by specifying parameters from command line....

### Describe your idea i'm triggering my maven-pipeline via GitHub-workflow. when a simple commit triggers the wf, the property `git.branch` tells me the branch correctly (master, my_experiment, ...) when a...

### Description I would like to add git commit hash as a suffix to my jar file using `git-commit-id-maven-plugin` and then deploy it to artifactory using `artifactory-maven-plugin`. I'm able to...

### Describe the bug (required) in https://maven.apache.org/guides/mini/guide-reproducible-builds.html it is mentioned that you could do `${git.commit.time}` and this is IMHO indeed a neat idea. If you do so, however, you'll get...

bug

#674: parse 'project.build.outputTimestamp' formatted as ISO 8601 ### Context ### Contributor Checklist - [ ] Added relevant integration or unit tests to verify the changes - [ ] Update the...

### Describe the bug (required) ``` [INFO] --- git-commit-id:7.0.0:revision (default) @ tree --- [WARNING] unknown commit-graph chunk: 0x47444132 [WARNING] unknown commit-graph chunk: 0x47444132 [WARNING] unknown commit-graph chunk: 0x47444132 [WARNING] unknown...

bug

### Describe the idea (required) Instead of manually maintaining a contributors section separately in the pom.xml use the `git shortlog --summary --numbered --email` to add / parse a list of...

enhancement

### Describe the bug (required) The `AheadBehindTest` fails if `defaultBranch` is not equal to `master` in `.gitconfig`. ### Tell us about your plugin configuration (required) Not applicable ### Tell us...

bug