MVN

io.ultreia.java4all.jgitflow : jgitflow-maven-plugin

Maven & Gradle

Aug 19, 2017

JGitFlow :: Maven Plugin · A maven plugin to support doing git-flow releases

<plugin>
    <groupId>io.ultreia.java4all.jgitflow</groupId>
    <artifactId>jgitflow-maven-plugin</artifactId>
    <version>1.0.0-rc-1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ultreia.java4all.jgitflow : jgitflow-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-rc-1
  • Latest Release Candidate: 1.0.0-rc-1

All Versions

Choose a version of io.ultreia.java4all.jgitflow : jgitflow-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
jgitflow-maven-plugin-1.0.0-rc-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>io.ultreia.java4all.jgitflow</groupId>
    <artifactId>jgitflow-maven-plugin</artifactId>
    <version>1.0.0-rc-1</version>
</plugin>