MVN

com.koekiebox : git-maven-plugin

Maven & Gradle

May 22, 2017
1 stars

Git Maven Plugin · Plugin for running the 'git describe' command and adding the result to a file.

<plugin>
    <groupId>com.koekiebox</groupId>
    <artifactId>git-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.koekiebox : git-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.koekiebox : git-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
git-maven-plugin-1.1

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.koekiebox</groupId>
    <artifactId>git-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>