Full name:
com.dkirrane.maven.plugins:ggitflow-maven-plugin:1.5-SNAPSHOT:feature-finish
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. |
isRebase | boolean | 1.2 | If true, the feature branch will be rebased onto
develop, then finish will fast-forward merge the feature branch
back onto develop. Default value is: false. User property is: isRebase. |
keep | Boolean | 1.2 | If true, the branch will not be deleted after the
merge. Default value is: false. User property is: keep. |
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. |
skipBuild | Boolean | 1.2 | Skips any calls to mvn install Default value is: false. User property is: skipBuild. |
skipTests | Boolean | 1.2 | Skips any tests during mvn install Default value is: false. User property is: skipTests. |
squash | Boolean | 1.2 | If true, all commits to the branch will be squashed
into a single commit before the merge. Default value is: false. User property is: squash. |
keep: