MVN

com.e-gineering : gitflow-helper-maven-plugin

Maven & Gradle

Dec 23, 2019
75 stars

gitflow-helper-maven-plugin · A Plugin and Build Extension that helps Maven play nice with the gitflow workflow.

<plugin>
    <groupId>com.e-gineering</groupId>
    <artifactId>gitflow-helper-maven-plugin</artifactId>
    <version>3.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.e-gineering : gitflow-helper-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.e-gineering : gitflow-helper-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
gitflow-helper-maven-plugin-3.0.0
2.2.x
gitflow-helper-maven-plugin-2.2.0
2.1.x
gitflow-helper-maven-plugin-2.1.1
gitflow-helper-maven-plugin-2.1.0
2.0.x
gitflow-helper-maven-plugin-2.0.0
1.8.x
gitflow-helper-maven-plugin-1.8.0
1.7.x
gitflow-helper-maven-plugin-1.7.2
gitflow-helper-maven-plugin-1.7.1
gitflow-helper-maven-plugin-1.7.0
1.6.x
gitflow-helper-maven-plugin-1.6.0
1.5.x
gitflow-helper-maven-plugin-1.5.2
gitflow-helper-maven-plugin-1.5.1
gitflow-helper-maven-plugin-1.5.0
1.4.x
gitflow-helper-maven-plugin-1.4.0
1.3.x
gitflow-helper-maven-plugin-1.3.0
1.2.x
gitflow-helper-maven-plugin-1.2.5
gitflow-helper-maven-plugin-1.2.4
gitflow-helper-maven-plugin-1.2.3
gitflow-helper-maven-plugin-1.2.2
gitflow-helper-maven-plugin-1.2.1
gitflow-helper-maven-plugin-1.2.0
1.1.x
gitflow-helper-maven-plugin-1.1.1
gitflow-helper-maven-plugin-1.1.0
1.0.x
gitflow-helper-maven-plugin-1.0.1
gitflow-helper-maven-plugin-1.0.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>com.e-gineering</groupId>
    <artifactId>gitflow-helper-maven-plugin</artifactId>
    <version>3.0.0</version>
</plugin>