- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class WagonMojo
extends org.apache.maven.plugin.AbstractMojo
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.
- Version: