org.apache.maven.plugins.site

Class SiteDeployMojo

public class SiteDeployMojo extends AbstractMojo

Deploys website using scp/file protocol. For scp protocol, website 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: $Id: SiteDeployMojo.java 321326 2005-10-15 12:54:36Z brett $

Author: Michal Maczka

UNKNOWN: deploy

Method Summary
voidexecute()

Method Detail

execute

public void execute()
Copyright © {inceptionYear}-2008 Apache Software Foundation. All Rights Reserved.