Full name:
org.honton.chas:git-tag-maven-plugin:0.0.4:tag
Description:
Attributes:
deploy
.Name | Type | Since | Description |
---|---|---|---|
<tagName> |
String |
- |
Message for the tag User property is: git.tagName . |
Name | Type | Since | Description |
---|---|---|---|
<branch> |
String |
- |
Git branch (defaults to HEAD branch) User property is: git.branch . |
<message> |
String |
- |
Message for the tag, defaults to "release ${tag}" User property is: git.message . |
<remote> |
String |
- |
Git Remote repository name Default value is: origin .User property is: git.remote . |
<skip> |
boolean |
- |
Skip executing this plugin Default value is: false .User property is: git.skip . |
<skipPush> |
boolean |
- |
Skip pushing tag to remote. Default value is: false .User property is: git.skipPush . |
<skipSnapshots> |
boolean |
- |
Skip creating tag for SNAPSHOTs. Default value is: true .User property is: git.skipSnapshots . |
<useUseDotSsh> |
boolean |
- |
Use the contents of the ~/.ssh directory instead of
~/.m2/settings.xml to configure ssh connections. Default value is: false .User property is: git.use.ssh . |
java.lang.String
No
git.branch
java.lang.String
No
git.message
java.lang.String
No
git.remote
origin
boolean
No
git.skip
false
boolean
No
git.skipPush
false
boolean
No
git.skipSnapshots
true
java.lang.String
Yes
git.tagName
boolean
No
git.use.ssh
false