# 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.
# Usage
1. Add the plugin to your pom.xml:
```xml
me.braydon
git-versioning-maven-plugin
1.0
compile
versioning
rainnny-repo-public
https://maven.rainnny.club/public
```
2. Build your project with `mvn package` (or `mvn git-versioning:versioning` if you just want to see data)
# Output
![Output Jar Example](https://cdn.rainnny.club/CNUchQGuR5Mk.png)