Full name:
org.apache.maven.plugins:maven-scm-plugin:1.2:tag
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| basedir | File |
- |
The base directory. |
| tag | String |
- |
The tag name. |
| Name | Type | Since | Description |
|---|---|---|---|
| addTimestamp | boolean |
- |
Use timestamp tagging. Default value is: false. |
| connectionType | String |
- |
The type of connection to use (connection or developerConnection). Default value is: connection. |
| connectionUrl | String |
- |
The SCM connection URL. Default value is: ${project.scm.connection}. |
| developerConnectionUrl | String |
- |
The SCM connection URL for developers. Default value is: ${project.scm.developerConnection}. |
| excludes | String |
- |
Comma separated list of excludes file pattern. |
| includes | String |
- |
Comma separated list of includes file pattern. |
| message | String |
- |
The message applied to the tag creation. |
| passphrase | String |
- |
The passphrase (used by java svn). |
| password | String |
- |
The user password (used by svn, starteam and perforce protocol). |
| privateKey | String |
- |
The private key (used by java svn). |
| providerImplementations | Map |
- |
List of provider implementations. |
| 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. |
| 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). |
| timestampFormat | String |
- |
Set the timestamp format. Default value is: yyyyMMddHHmmss. |
| timestampPosition | String |
- |
Define the timestamp position (end or begin). Default value is: end. |
| timestampPrefix | String |
- |
Timestamp tag prefix. Default value is: -. |
| username | String |
- |
The user name (used by svn, starteam and perforce protocol). |
| workingDirectory | File |
- |
The working directory. |
booleanNo${addTimestamp}falsejava.io.FileYes${basedir}java.lang.StringNo${connectionType}connectionjava.lang.StringNo${connectionUrl}${project.scm.connection}java.lang.StringNo${connectionUrl}${project.scm.developerConnection}java.lang.StringNo${excludes}java.lang.StringNo${includes}java.lang.StringNo${message}java.lang.StringNo${passphrase}java.lang.StringNo${password}java.lang.StringNo${privateKey}java.util.MapNoboolean1.2No${remoteTagging}truejava.util.PropertiesNotag:
java.lang.StringYes${tag}java.lang.StringNo${tagBase}java.lang.StringNo${timestampFormat}yyyyMMddHHmmssjava.lang.StringNo${timestampPosition}endjava.lang.StringNo${timestampPrefix}-java.lang.StringNo${username}java.io.FileNo${workingDirectory}