Last Version

Git Describe Maven Plugin 3.0

This plugin is designed to give you a build number. So when you might make 100 builds of version 1.0-SNAPSHOT, you can differentiate between them all. It does this by taking the output of git describe and saving it into a Maven build variable, so you can reference the value in your POM.

License

License

The MIT License
Categories

Categories

Maven Build Tools
GroupId

GroupId

com.lukegb.mojo
ArtifactId

ArtifactId

gitdescribe-maven-plugin
Version

Version

3.0
Type

Type

maven-plugin
Description

Description

Git Describe Maven Plugin
This plugin is designed to give you a build number. So when you might make 100 builds of version 1.0-SNAPSHOT, you can differentiate between them all. It does this by taking the output of git describe and saving it into a Maven build variable, so you can reference the value in your POM.
Project URL

Project URL

https://github.com/lukegb/GitDescribe-Maven-Plugin/
Source Code Management

Source Code Management

https://github.com/lukegb/GitDescribe-Maven-Plugin

Download gitdescribe-maven-plugin 3.0


<plugin>
    <groupId>com.lukegb.mojo</groupId>
    <artifactId>gitdescribe-maven-plugin</artifactId>
    <version>3.0</version>
</plugin>

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.maven : maven-project jar 2.0.6
org.apache.maven : maven-settings jar 2.0.6
org.apache.maven : maven-core jar 2.0.6
org.apache.maven : maven-plugin-api jar 2.0.6
org.codehaus.plexus : plexus-container-default jar 1.0-alpha-9-stable-1
org.apache.maven.scm : maven-scm-api jar 1.2

Project Modules

There are no modules declared in this project.