MVN

org.bidib.buildnumber : maven-jgit-buildnumber-plugin

Maven & Gradle

Dec 20, 2018
1 stars

Maven JGit Build Number Plugin · Maven plugin, extracts buildnumbers from project's Git repository without Git command line tool

<plugin>
    <groupId>org.bidib.buildnumber</groupId>
    <artifactId>maven-jgit-buildnumber-plugin</artifactId>
    <version>1.2.12</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bidib.buildnumber : maven-jgit-buildnumber-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.12

All Versions

Choose a version of org.bidib.buildnumber : maven-jgit-buildnumber-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
maven-jgit-buildnumber-plugin-1.2.12
maven-jgit-buildnumber-plugin-1.2.11

How to add a plugin to Maven

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

<plugin>
    <groupId>org.bidib.buildnumber</groupId>
    <artifactId>maven-jgit-buildnumber-plugin</artifactId>
    <version>1.2.12</version>
</plugin>