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.
Mojo Attributes :
Name | Type | Description |
---|---|---|
id | String |
Specifies the server id. |
inputDirectory | File |
Directory containing the files for wagon. |
url | String |
The full URL of the server. |
Name | Type | Description |
---|---|---|
wagonManager | WagonManager |
No description. |
Specifies the server id.
java.lang.String
Yes
Directory containing the files for wagon.
java.io.File
Yes
The full URL of the server.
java.lang.String
Yes
No Description.
org.apache.maven.artifact.manager.WagonManager
No