Full name:
org.codehaus.mojo:wagon-maven-plugin:1.0-beta-3:download
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| url | String |
- |
URL to upload to or download from or list. Must exist and point to
a directory. |
| Name | Type | Since | Description |
|---|---|---|---|
| caseSensitive | boolean |
- |
Whether to consider remote path case sensitivity during scan Default value is: true. |
| excludes | String |
- |
Comma separated list of Ant's excludes to scan for remote files |
| fromDir | String |
- |
Directory path relative to Wagon's URL |
| includes | String |
- |
Comma separated list of Ant's includes to scan for remote files Default value is: *. |
| serverId | String |
- |
settings.xml's server id for the URL. This is used when wagon needs
extra authentication information. Default value is: serverId. |
| skip | boolean |
- |
When true, skip the execution.Default value is: false. |
| toDir | File |
- |
Local directory to download the remote resource ( tree ) to. Default value is: ${project.build.directory}/wagon-plugin. |
booleanNo${wagon.caseSensitive}truejava.lang.StringNo${wagon.excludes}java.lang.StringNo${wagon.fromDir}java.lang.StringNo${wagon.includes}*java.lang.StringNo${wagon.serverId}serverIdskip:
true, skip the execution.booleanNo${wagon.skip}falsejava.io.FileNo${wagon.toDir}${project.build.directory}/wagon-pluginurl:
java.lang.StringYes${wagon.url}