ggitflow:support-start
Full name:
com.dkirrane.maven.plugins:ggitflow-maven-plugin:1.5-SNAPSHOT:support-start
Description:
Creates a new support branch from a specific commit on the master
branch.
Attributes:
- Requires a Maven project to be executed.
- Executes as an aggregator plugin.
Optional Parameters
Name |
Type |
Since |
Description |
msgPrefix |
String |
1.2 |
Message prefix used for any commits made by this plugin. User property is: msgPrefix. |
msgSuffix |
String |
1.2 |
Message suffix used for any commits made by this plugin. User property is: msgSuffix. |
prefixes |
Prefixes |
1.2 |
Gitflow branches and prefixes to use. Default value is: ${prefixes}.
|
pushSupport |
boolean |
1.2 |
If true, the support branch is pushed to the remote
repository. Default value is: false. User property is: pushSupport. |
startCommit |
String |
1.2 |
The commit to start the support branch from. User property is: startCommit. |
Parameter Details
msgPrefix:
Message prefix used for any commits made by this plugin.
- Type: java.lang.String
- Since: 1.2
- Required: No
- User Property: msgPrefix
msgSuffix:
Message suffix used for any commits made by this plugin.
- Type: java.lang.String
- Since: 1.2
- Required: No
- User Property: msgSuffix
prefixes:
Gitflow branches and prefixes to use.
- Type: com.dkirrane.maven.plugins.ggitflow.Prefixes
- Since: 1.2
- Required: No
- Default: ${prefixes}
pushSupport:
If true, the support branch is pushed to the remote
repository.
- Type: boolean
- Since: 1.2
- Required: No
- User Property: pushSupport
- Default: false
startCommit:
The commit to start the support branch from.
- Type: java.lang.String
- Since: 1.2
- Required: No
- User Property: startCommit