MVN

org.cubeengine.maven.plugins : githead-maven-plugin

Maven & Gradle

Feb 19, 2018
0 stars

A maven plugin that reads the current HEAD commit and branch from a git repository.

<plugin>
    <groupId>org.cubeengine.maven.plugins</groupId>
    <artifactId>githead-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cubeengine.maven.plugins : githead-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.cubeengine.maven.plugins : githead-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
githead-maven-plugin-1.1.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>org.cubeengine.maven.plugins</groupId>
    <artifactId>githead-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>

Advertisement