Full name:
org.codehaus.mojo:wagon-maven-plugin:1.0-beta-3:upload-single
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| fromFile | File |
- |
Path to a local file to be uploaded |
| url | String |
- |
URL to upload to or download from or list. Must exist and point to
a directory. |
| Name | Type | Since | Description |
|---|---|---|---|
| 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. |
| toFile | String |
- |
Relative path to the URL. When blank, default to fromFile's file
name. |
java.io.FileYes${wagon.fromFile}java.lang.StringNo${wagon.serverId}serverIdskip:
true, skip the execution.booleanNo${wagon.skip}falsejava.lang.StringNo${wagon.toFile}url:
java.lang.StringYes${wagon.url}