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: about 1 year ago
JSON representation

A maven extension to provide meaningful versions to a maven build

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

```