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.codegik</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
<version>1.3.1</version>
</plugin>
Choose a version of com.codegik : gitflow-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
gitflow-maven-plugin-1.3.1
|
||
gitflow-maven-plugin-1.3.0
|
|||
1.2.x |
gitflow-maven-plugin-1.2.12
|
||
gitflow-maven-plugin-1.2.11
|
|||
gitflow-maven-plugin-1.2.10
|
|||
gitflow-maven-plugin-1.2.8
|
|||
gitflow-maven-plugin-1.2.7
|
|||
gitflow-maven-plugin-1.2.6
|
|||
gitflow-maven-plugin-1.2.4
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.codegik</groupId>
<artifactId>gitflow-maven-plugin</artifactId>
<version>1.3.1</version>
</plugin>
Advertisement