A Maven plugin to automatically generate versions for dev builds. https://rainnny.club
Go to file
2023-08-03 01:33:04 -04:00
.gitignore Initial Commit 2023-08-03 01:33:04 -04:00
pom.xml Initial Commit 2023-08-03 01:33:04 -04:00
README.md Initial Commit 2023-08-03 01:33:04 -04:00

maven-git-versioning

This plugin seamlessly converts standard "-SNAPSHOT" versions into a more descriptive format, "-dev-{gitDepth}-{gitHash}", allowing you to gain valuable insights into the exact commit from which each jar was built.