net.sf.wmutils.issync
Class SyncToIsMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by net.sf.wmutils.issync.AbstractSyncMojo
          extended by net.sf.wmutils.issync.SyncToIsMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class SyncToIsMojo
extends AbstractSyncMojo

A Maven Mojo, which copies a local directory to an integration servers package directory, overwriting the package.


Field Summary
 
Fields inherited from class net.sf.wmutils.issync.AbstractSyncMojo
project
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SyncToIsMojo()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class net.sf.wmutils.issync.AbstractSyncMojo
getIsPackageDir, getLocalPackageDir, getPackages, getProject, sync
 
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

SyncToIsMojo

public SyncToIsMojo()
Method Detail

execute

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


Copyright © 2009. All Rights Reserved.