MVN

com.lukegb.mojo : gitdescribe-maven-plugin

Maven & Gradle

Mar 21, 2015
12 stars

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.

<plugin>
    <groupId>com.lukegb.mojo</groupId>
    <artifactId>gitdescribe-maven-plugin</artifactId>
    <version>3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lukegb.mojo : gitdescribe-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0

All Versions

Choose a version of com.lukegb.mojo : gitdescribe-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0
gitdescribe-maven-plugin-3.0
2.0
gitdescribe-maven-plugin-2.0
1.3
gitdescribe-maven-plugin-1.3

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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

Advertisement

Dependencies from Group

Discover Dependencies

Mar 05, 2015
1 stars
Mar 19, 2015
306 usages
427 stars
Feb 10, 2015
1 usages
59 stars
Dec 23, 2005
Feb 24, 2015
1 usages
0 stars
Apr 17, 2010
31 usages
Apr 16, 2013
6 stars
Apr 23, 2013
5 usages
573 stars