org.apache.tomcat.maven.plugin.tomcat7.deploy
Class DeployOnlyMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.tomcat.maven.plugin.tomcat7.AbstractTomcat7Mojo
          extended by org.apache.tomcat.maven.plugin.tomcat7.AbstractCatalinaMojo
              extended by org.apache.tomcat.maven.plugin.tomcat7.AbstractWarCatalinaMojo
                  extended by org.apache.tomcat.maven.plugin.tomcat7.deploy.AbstractDeployMojo
                      extended by org.apache.tomcat.maven.plugin.tomcat7.deploy.AbstractDeployWarMojo
                          extended by org.apache.tomcat.maven.plugin.tomcat7.deploy.DeployOnlyMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class DeployOnlyMojo
extends AbstractDeployWarMojo

Deploy a WAR to Tomcat witjout forking the package lifecycle

Since:
1.0-alpha-2
Version:
$Id: DeployOnlyMojo.html 1305321 2012-03-26 12:01:12Z olamy $
Author:
olamy
Is defined by the goal name:
deploy-only

Field Summary
 
Fields inherited from class org.apache.tomcat.maven.plugin.tomcat7.AbstractTomcat7Mojo
messagesProvider, path
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
DeployOnlyMojo()
           
 
Method Summary
 
Methods inherited from class org.apache.tomcat.maven.plugin.tomcat7.deploy.AbstractDeployWarMojo
deployWar, getWarFile, validateWarFile
 
Methods inherited from class org.apache.tomcat.maven.plugin.tomcat7.deploy.AbstractDeployMojo
deployContext, deployWarAndContext, getContextFile, getTag, invokeManager, isUpdate, validateContextFile
 
Methods inherited from class org.apache.tomcat.maven.plugin.tomcat7.AbstractWarCatalinaMojo
execute, isWar
 
Methods inherited from class org.apache.tomcat.maven.plugin.tomcat7.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

DeployOnlyMojo

public DeployOnlyMojo()


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