org.apache.tomcat.maven.plugin.tomcat6
Class DeployMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.tomcat.maven.plugin.tomcat6.AbstractI18NTomcat6Mojo
          extended by org.apache.tomcat.maven.plugin.tomcat6.AbstractCatalinaMojo
              extended by org.apache.tomcat.maven.plugin.tomcat6.AbstractWarCatalinaMojo
                  extended by org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployMojo
                      extended by org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployWarMojo
                          extended by org.apache.tomcat.maven.plugin.tomcat6.DeployMojo
All Implemented Interfaces:
ContextEnabled, Mojo
Direct Known Subclasses:
RedeployMojo

public class DeployMojo
extends AbstractDeployWarMojo

Deploy a WAR to Tomcat.

Version:
$Id: DeployMojo.html 1305321 2012-03-26 12:01:12Z olamy $
Author:
Mark Hobson
Is defined to be executed in:
phase:
package
Is defined by the goal name:
deploy

Field Summary
 
Fields inherited from class org.apache.tomcat.maven.plugin.tomcat6.AbstractI18NTomcat6Mojo
messagesProvider, path
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
DeployMojo()
           
 
Method Summary
 
Methods inherited from class org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployWarMojo
deployWar, getWarFile, validateWarFile
 
Methods inherited from class org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployMojo
deployContext, deployWarAndContext, getContextFile, getTag, invokeManager, isUpdate, validateContextFile
 
Methods inherited from class org.apache.tomcat.maven.plugin.tomcat6.AbstractWarCatalinaMojo
execute, isWar
 
Methods inherited from class org.apache.tomcat.maven.plugin.tomcat6.AbstractCatalinaMojo
getDeployedURL, getManager, getPath, getURL, log
 
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

DeployMojo

public DeployMojo()


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.