MVN

net.sourceforge.openutils : gitflow-maven-plugin

Maven & Gradle

Oct 25, 2019

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>net.sourceforge.openutils</groupId>
    <artifactId>gitflow-maven-plugin</artifactId>
    <version>1.13.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.openutils : gitflow-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.13.3

All Versions

Choose a version of net.sourceforge.openutils : gitflow-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.13.x
gitflow-maven-plugin-1.13.3
1.12.x
gitflow-maven-plugin-1.12.2

How to add a plugin to Maven

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

<plugin>
    <groupId>net.sourceforge.openutils</groupId>
    <artifactId>gitflow-maven-plugin</artifactId>
    <version>1.13.3</version>
</plugin>