Full name:
com.dkirrane.maven.plugins:ggitflow-maven-plugin:1.5-SNAPSHOT:feature-start
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
enableFeatureVersions | boolean | 1.2 | If true, the feature branch name is added to the pom
versions Default value is: false. User property is: enableFeatureVersions. |
featureName | String | 1.2 | The name for the feature branch User property is: featureName. |
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}. |
pushFeatures | boolean | 1.2 | If true, the feature branch is pushed to the remote
repository Default value is: false. User property is: pushFeatures. |
startCommit | String | 1.2 | The commit to start the feature branch from. User property is: startCommit. |