Plugin Documentation
Goals available for this plugin:
Goal | Description |
---|---|
jgitflow:build-number | No description. |
jgitflow:feature-deploy | No description. |
jgitflow:feature-finish | No description. |
jgitflow:feature-start | No description. |
jgitflow:hotfix-finish | No description. |
jgitflow:hotfix-start | No description. |
jgitflow:release-finish | No description. |
jgitflow:release-start | No description. |
System Requirements
The following specifies the minimum requirements to run this Maven plugin:
Maven | 2.2.1 |
JDK | 1.6 |
Memory | No minimum requirement. |
Disk Space | No minimum requirement. |
Usage
You should specify the version in your project's plugin configuration:
<project> ... <build> <!-- To define the plugin version in your parent POM --> <pluginManagement> <plugins> <plugin> <groupId>external.atlassian.jgitflow</groupId> <artifactId>jgitflow-maven-plugin</artifactId> <version>1.0-m5.1</version> </plugin> ... </plugins> </pluginManagement> <!-- To use the plugin goals in your POM or parent POM --> <plugins> <plugin> <groupId>external.atlassian.jgitflow</groupId> <artifactId>jgitflow-maven-plugin</artifactId> <version>1.0-m5.1</version> </plugin> ... </plugins> </build> ... </project>
For more information, see "Guide to Configuring Plug-ins"