Pull the project source from the configured scm and execute the configured goals.
Mojo Attributes:
| Name | Type | Description |
|---|---|---|
| basedir | File |
The base directory. |
| Name | Type | Description |
|---|---|---|
| checkoutDirectory | File |
The directory to checkout the sources to for the bootstrap and checkout goals. Default value is ${project.build.directory}/checkout. |
| 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. |
| goals | String |
The goals to run on the clean checkout of a project for the bootstrap goal. If none are specified, then the default goal for the project is executed. Multiple goals should be comma separated. |
| goalsDirectory | String |
The subdirectory (under the project directory) in which to run the goals. The project directory is the same as the checkout directory in most cases, but for some SCMs, it is a subdirectory of the checkout directory. |
| 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). |
| profiles | String |
A list of profiles to run with the goals. Multiple profiles must be comma separated with no spaces. |
| 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. |
| skipCheckoutIfExists | boolean |
Skip checkout if checkoutDirectory 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. |
The base directory.
java.io.FileYes${basedir}The directory to checkout the sources to for the bootstrap and checkout goals.
java.io.FileNo${checkoutDirectory}${project.build.directory}/checkoutThe type of connection to use (connection or developerConnection).
java.lang.StringNo${connectionType}connectionThe SCM connection URL.
java.lang.StringNo${connectionUrl}${project.scm.connection}The SCM connection URL for developers.
java.lang.StringNo${connectionUrl}${project.scm.developerConnection}Comma separated list of excludes file pattern.
java.lang.StringNo${excludes}The goals to run on the clean checkout of a project for the bootstrap goal. If none are specified, then the default goal for the project is executed. Multiple goals should be comma separated.
java.lang.StringNo${goals}The subdirectory (under the project directory) in which to run the goals. The project directory is the same as the checkout directory in most cases, but for some SCMs, it is a subdirectory of the checkout directory.
java.lang.StringNo${goalsDirectory}Comma separated list of includes file pattern.
java.lang.StringNo${includes}The passphrase (used by java svn).
java.lang.StringNo${passphrase}The user password (used by svn, starteam and perforce protocol).
java.lang.StringNo${password}The private key (used by java svn).
java.lang.StringNo${privateKey}A list of profiles to run with the goals. Multiple profiles must be comma separated with no spaces.
java.lang.StringNo${profiles}List of provider implementations.
java.util.MapNoThe version (revision number/branch name/tag name).
java.lang.StringNo${scmVersion}The version type (branch/tag/revision) of scmVersion.
java.lang.StringNo${scmVersionType}Skip checkout if checkoutDirectory exists.
booleanNo${skipCheckoutIfExists}falseList of System properties to pass to the JUnit tests.
java.util.PropertiesNoThe 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).
java.lang.StringNo${tagBase}The user name (used by svn, starteam and perforce protocol).
java.lang.StringNo${username}The working directory.
java.io.FileNo${workingDirectory}