Closed
Description
Describe the idea (required)
Our library already benefits from ability to introspect pom.properties
file that is automatically generated under /META-INF/maven/..../pom.properties - it is easy to load and use due to unique class path. By default it contains project's groupId
, artifactId
and version
properties. Is it possible to configure git-commit-id
to use this file for git properties?
Tell us about the expected behaviour (required)
pom.properties
to contain git.commit.id
property.
Context (optional)
No response