Full name:
org.apache.maven.plugins:maven-scm-plugin:1.2:export
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| basedir | File |
- |
The base directory. |
| exportDirectory | File |
- |
The directory to export the sources to. Default value is: ${project.build.directory}/export. |
| Name | Type | Since | Description |
|---|---|---|---|
| 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. |
| 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. |
| scmVersion | String |
- |
The version (revision number/branch name/tag name). |
| scmVersionType | String |
- |
The version type (branch/tag/revision) of scmVersion. |
| skipExportIfExists | boolean |
- |
Skip export if exportDirectory exists. Default value is: false. |
| 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). |
| username | String |
- |
The user name (used by svn, starteam and perforce protocol). |
| workingDirectory | File |
- |
The working directory. |
java.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.io.FileYes${exportDirectory}${project.build.directory}/exportjava.lang.StringNo${includes}java.lang.StringNo${passphrase}java.lang.StringNo${password}java.lang.StringNo${privateKey}java.util.MapNojava.lang.StringNo${scmVersion}java.lang.StringNo${scmVersionType}booleanNo${skipExportIfExists}falsejava.util.PropertiesNojava.lang.StringNo${tagBase}java.lang.StringNo${username}java.io.FileNo${workingDirectory}