MVN

com.code54.mojo : buildversion-plugin

Maven & Gradle

Jul 26, 2013
35 stars

buildversion-plugin · This is a maven plugin that extracts current build information from git projects, including: the latest commit hash, timestamp, most recent tag, number of commits since most recent tag. It also implements a "follow first parent" flavor of git describe.

<plugin>
    <groupId>com.code54.mojo</groupId>
    <artifactId>buildversion-plugin</artifactId>
    <version>1.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.code54.mojo : buildversion-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.code54.mojo : buildversion-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
buildversion-plugin-1.0.3
buildversion-plugin-1.0.2
buildversion-plugin-1.0.1
buildversion-plugin-1.0.0

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.code54.mojo</groupId>
    <artifactId>buildversion-plugin</artifactId>
    <version>1.0.3</version>
</plugin>

Advertisement