org.apache.myfaces.buildtools.maven2.plugin.wagon
Class WagonMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.myfaces.buildtools.maven2.plugin.wagon.WagonMojo
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:

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
WagonMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WagonMojo

public WagonMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.