Support pluggable Git integration #20
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
license-maven-plugin has a pluggable Git integration license-maven-plugin-git.
We can have a similar plugin to populate Git-related information like first commit time, last commit time and excludes from
.gitignore
rules, etc.It will require a plugin strategy and perhaps dynamically loaded. But in the native image and command line fat jar, we may bundle them. I'm unsure now.
For Git interoperation library, jgit is a good choice: https://www.eclipse.org/jgit/
The text was updated successfully, but these errors were encountered: