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...
I have maven pom.xml, where I use git.branch and git.commit.id.abbrev to create database schema for my tests.  This works fine, when I call maven in my development environment....
the Chinese commit message in the git.properties will be transform as unicode such as \u4F18\u5316 ,it's diffcult to read for human
### Describe the bug UT fail with log: ``` [ERROR] Failures: [ERROR] NativeAndJGitProviderTest.testCompareBasic:64->verifyNativeAndJGit:128 Key difference for key: 'git.build.user.name'; jgit=; nativeKey=Local User Name; for src/test/resources/_git_with_no_changes expected: but was: [ERROR] NativeAndJGitProviderTest.testCompareIso8601Time:100->verifyNativeAndJGit:128 Key...
[ERROR] Failed to perform fetch org.eclipse.jgit.api.errors.TransportException: https://bitbucket.company.com/scm/abcd/reponame.git: Secure connection to https://bitbucket.company.com/scm/abcd/reponame.git could not be established because of SSL problems at org.eclipse.jgit.api.FetchCommand.call (FetchCommand.java:224) at pl.project13.core.JGitProvider.fetch (JGitProvider.java:364) at pl.project13.core.JGitProvider.getAheadBehind (JGitProvider.java:351) at pl.project13.core.GitDataProvider.lambda$memoize$6...
### Describe the bug everything works as expected when i build on my local machine. but when i run my maven-builder via github-workflow (triggered by a created tag) the property...
does it support gradle? gradle plugin ?
### Azure Devops - Incomplete git branch name Relating to feature #438 The predefined variables in Azure Devops can lead to incomplete branch names: According to https://docs.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=yaml#build-variables you can see...
### Describe the bug We are testing the Jenkins MultiBranch Pipeline setting to use a [reference repository](https://support.cloudbees.com/hc/en-us/articles/115001728812-Using-a-Git-reference-repository) to avoid using too much bandwidth. **Only when we activate it we get...
Hi, since git 2.5.0 [worktree](https://git-scm.com/docs/git-worktree) option allow to create many working tree linked to a single repository. Building a linked working tree using git-commit-id-plugin mojo failed because current git reference...
### generate class path config file type Can be customized example yml/properties/xml Hope to support~