g

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.
${url}
The Apache Software License, Version 2.0
Aleksandr Mashchenko Vincenzo Cerbone
文件下载
文件名 操作
gitflow-maven-plugin-1.13.3.jar 下载
gitflow-maven-plugin-1.13.3.pom 下载
gitflow-maven-plugin-1.13.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.openutils</groupId>
  <artifactId>gitflow-maven-plugin</artifactId>
  <version>1.13.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.openutils:gitflow-maven-plugin:1.13.3'
Gradle Kotlin
implementation("net.sourceforge.openutils:gitflow-maven-plugin:1.13.3")
Scala SBT
libraryDependencies += "net.sourceforge.openutils" % "gitflow-maven-plugin" % "1.13.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.openutils', module='gitflow-maven-plugin', version='1.13.3')
)
Apache Ivy
<dependency org="net.sourceforge.openutils" name="gitflow-maven-plugin" rev="1.13.3" />
Leiningen
[net.sourceforge.openutils/gitflow-maven-plugin "1.13.3"]
Apache Buildr
'net.sourceforge.openutils:gitflow-maven-plugin:jar:1.13.3'