Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benslabbert/git-version-extension
A maven extension to provide meaningful versions to a maven build
https://github.com/benslabbert/git-version-extension
git java maven maven-extension maven-plugin
Last synced: 6 days ago
JSON representation
A maven extension to provide meaningful versions to a maven build
- Host: GitHub
- URL: https://github.com/benslabbert/git-version-extension
- Owner: BenSlabbert
- License: apache-2.0
- Created: 2024-05-03T20:31:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T18:07:26.000Z (about 1 month ago)
- Last Synced: 2024-10-10T20:52:22.052Z (27 days ago)
- Topics: git, java, maven, maven-extension, maven-plugin
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Git Version Extension
Licensed under Apache 2.0 https://www.apache.org/licenses/LICENSE-2.0.txt
This is a maven extension to set a build version based off of the last git tag.
This is a very naive implementation and does not handle all edge cases.
## Usage
Add the following to your `.mvn/extensions.xml`:
```xml
github.benslabbert
git-version-extension
VERSION
```