Full name:
org.apache.maven.plugins:maven-scm-plugin:1.2:check-local-modification
Description:
Attributes:
1.2.| Name | Type | Since | Description |
|---|---|---|---|
| basedir | File |
1.2 |
The base directory. |
| Name | Type | Since | Description |
|---|---|---|---|
| connectionType | String |
1.2 |
The type of connection to use (connection or developerConnection). Default value is: connection. |
| connectionUrl | String |
1.2 |
The SCM connection URL. Default value is: ${project.scm.connection}. |
| developerConnectionUrl | String |
1.2 |
The SCM connection URL for developers. Default value is: ${project.scm.developerConnection}. |
| errorMessage | String |
1.2 |
Custom error message Default value is: The build will stop as there is local modifications. |
| excludes | String |
1.2 |
Comma separated list of excludes file pattern. |
| includes | String |
1.2 |
Comma separated list of includes file pattern. |
| passphrase | String |
1.2 |
The passphrase (used by java svn). |
| password | String |
1.2 |
The user password (used by svn, starteam and perforce protocol). |
| privateKey | String |
1.2 |
The private key (used by java svn). |
| providerImplementations | Map |
1.2 |
List of provider implementations. |
| skip | boolean |
1.2 |
Custom error message Default value is: false. |
| systemProperties | Properties |
1.2 |
List of System properties to pass to the JUnit tests. |
| tagBase | String |
1.2 |
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 |
1.2 |
The user name (used by svn, starteam and perforce protocol). |
| workingDirectory | File |
1.2 |
The working directory. |
java.io.File1.2Yes${basedir}java.lang.String1.2No${connectionType}connectionjava.lang.String1.2No${connectionUrl}${project.scm.connection}java.lang.String1.2No${connectionUrl}${project.scm.developerConnection}java.lang.String1.2No${scm.checkLocalModification.errorMessage}The build will stop as there is local modificationsjava.lang.String1.2No${excludes}java.lang.String1.2No${includes}java.lang.String1.2No${passphrase}java.lang.String1.2No${password}java.lang.String1.2No${privateKey}java.util.Map1.2Noskip:
boolean1.2No${scm.checkLocalModification.skip}falsejava.util.Properties1.2Nojava.lang.String1.2No${tagBase}java.lang.String1.2No${username}java.io.File1.2No${workingDirectory}