Full name:
org.codehaus.mojo:wagon-maven-plugin:1.0-beta-3:copy
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| source | String |
- |
The URL to the source repository. |
| target | String |
- |
The URL to the target repository. |
| Name | Type | Since | Description |
|---|---|---|---|
| caseSensitive | boolean |
- |
Whether to consider remote path case sensitivity during scan |
| excludes | String |
- |
Comma separated list of Ant's excludes to scan for remote files |
| fromDir | String |
- |
Directory path relative to source's Wagon |
| includes | String |
- |
Comma separated list of Ant's includes to scan for remote files Default value is: **. |
| optimize | boolean |
- |
Optimize the upload by locally compressed all files in one bundle,
upload the bundle, and finally remote uncompress the bundle. This
only works with SCP's URL Default value is: false. |
| skip | boolean |
- |
When true, skip the execution.Default value is: false. |
| sourceId | String |
- |
settings.xml's server id of the source repository. This is used
when wagon needs extra authentication information. Default value is: source. |
| targetId | String |
- |
settings.xml's server id of the target repository. This is used
when wagon needs extra authentication information. Default value is: target. |
| toDir | String |
- |
Remote path relative to target's url to copy files to. |
booleanNo${wagon.caseSensitive}java.lang.StringNo${wagon.excludes}java.lang.StringNo${wagon.fromDir}java.lang.StringNo${wagon.includes}**booleanNo${wagon.optimize}falseskip:
true, skip the execution.booleanNo${wagon.skip}falsejava.lang.StringYes${wagon.source}java.lang.StringNo${wagon.sourceId}sourcejava.lang.StringYes${wagon.target}java.lang.StringNo${wagon.targetId}targetjava.lang.StringNo${wagon.toDir}