Full name:
org.apache.myfaces.buildtools:myfaces-wagon-plugin:1.0.1-SNAPSHOT:deploy
Description:
Deploys the content of a directory using scp/file protocol. For scp protocol, files are packaged into zip archive, then archive is transfred to remote host, nextly it is un-archived. This method of deployment should normally be much faster then making file by file copy. For file protocol, the files are copied directly to the destination directory.
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| id | String |
- |
Specifies the server id. |
| inputDirectory | File |
- |
Directory containing the files for wagon. |
| url | String |
- |
The full URL of the server. |