A Maven plugin to automatically generate versions for dev builds. https://rainnny.club
Go to file
2023-08-03 06:43:38 -04:00
src/main/java/me/braydon/plugin Full impl 2023-08-03 06:43:38 -04:00
.gitignore Full impl 2023-08-03 06:43:38 -04:00
pom.xml Full impl 2023-08-03 06:43:38 -04:00
README.md Full impl 2023-08-03 06:43:38 -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.