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...
### Background Our goal is to get rid of the hard-coded Maven `project.version` in our `pom.xml`. This is possible, as described in [Maven CI Friendly Versions], using e.g. a `revision`...
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. Release notes Sourced from actions/setup-java's releases. v5.0.0 What's Changed Breaking Changes Upgrade to node 24 by @salmanmkc in actions/setup-java#888 Make sure your runner is...
### Context This is an adaptation of https://github.com/git-commit-id/git-commit-id-maven-plugin/pull/535 to the current codebase. Add an option perModuleVersions which when set causes the plugin to only consider commits affecting paths within the...