Full name:
org.apache.maven.plugins:maven-scm-plugin:1.9.5:tag
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| basedir | File | - | The base directory. User property is: basedir. |
| tag | String | - | The tag name. User property is: tag. |
| Name | Type | Since | Description |
|---|---|---|---|
| addTimestamp | boolean | - | Use timestamp tagging. Default value is: false. User property is: addTimestamp. |
| connectionType | String | - | The type of connection to use (connection or developerConnection). Default value is: connection. User property is: connectionType. |
| connectionUrl | String | - | The SCM connection URL. Default value is: ${project.scm.connection}. User property is: connectionUrl. |
| developerConnectionUrl | String | - | The SCM connection URL for developers. Default value is: ${project.scm.developerConnection}. User property is: developerConnectionUrl. |
| excludes | String | - | Comma separated list of excludes file pattern. User property is: excludes. |
| includes | String | - | Comma separated list of includes file pattern. User property is: includes. |
| message | String | - | The message applied to the tag creation. User property is: message. |
| passphrase | String | - | The passphrase (used by java svn). User property is: passphrase. |
| password | String | - | The user password (used by svn, starteam and perforce protocol). User property is: password. |
| privateKey | String | - | The private key (used by java svn). User property is: privateKey. |
| providerImplementations | Map | - | List of provider implementations. |
| pushChanges | boolean | 1.4 | Should distributed changes be pushed to the central repository? For
many distributed SCMs like Git, a change like a commit is only
stored in your local copy of the repository. Pushing the change
allows your to more easily share it with other users. Default value is: true. User property is: pushChanges. |
| remoteTagging | boolean | 1.2 | currently only implemented with svn scm. Enable a workaround to
prevent issue due to svn client > 1.5.0
(http://jira.codehaus.org/browse/SCM-406) Default value is: true. User property is: remoteTagging. |
| systemProperties | Properties | - | List of System properties to pass to the JUnit tests. |
| tagBase | String | - | The url of tags base directory (used by svn protocol). It is not
necessary to set it if you use the standard svn layout
(branches/tags/trunk). User property is: tagBase. |
| timestampFormat | String | - | Set the timestamp format. Default value is: yyyyMMddHHmmss. User property is: timestampFormat. |
| timestampPosition | String | - | Define the timestamp position (end or begin). Default value is: end. User property is: timestampPosition. |
| timestampPrefix | String | - | Timestamp tag prefix. Default value is: -. User property is: timestampPrefix. |
| username | String | - | The user name (used by svn, starteam and perforce protocol). User property is: username. |
| workItem | String | 1.9.5 | A workItem for SCMs like RTC, TFS etc, that may require additional
information to perform a pushChange operation. User property is: workItem. |
| workingDirectory | File | - | The working directory. User property is: workingDirectory. |
tag: