MVN

com.github.phuonghuynh : gitflow-maven-plugin

Maven & Gradle

Jul 16, 2017
0 stars

gitflow-maven-plugin · The Git-Flow Maven Plugin supports various Git workflows, including Vincent Driessen's successful Git branching model and GitHub Flow. This plugin runs Git and Maven commands from the command line. Supports Eclipse Plugins build with Tycho.

<plugin>
    <groupId>com.github.phuonghuynh</groupId>
    <artifactId>gitflow-maven-plugin</artifactId>
    <version>1.6.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.phuonghuynh : gitflow-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6.3

All Versions

Choose a version of com.github.phuonghuynh : gitflow-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
gitflow-maven-plugin-1.6.3
gitflow-maven-plugin-1.6.2
gitflow-maven-plugin-1.6.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.github.phuonghuynh</groupId>
    <artifactId>gitflow-maven-plugin</artifactId>
    <version>1.6.3</version>
</plugin>