org.apache.tomcat.maven.plugin.tomcat6
Class RedeployMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.tomcat.maven.plugin.tomcat6.AbstractI18NTomcat6Mojo
org.apache.tomcat.maven.plugin.tomcat6.AbstractCatalinaMojo
org.apache.tomcat.maven.plugin.tomcat6.AbstractWarCatalinaMojo
org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployMojo
org.apache.tomcat.maven.plugin.tomcat6.AbstractDeployWarMojo
org.apache.tomcat.maven.plugin.tomcat6.DeployMojo
org.apache.tomcat.maven.plugin.tomcat6.RedeployMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
@Mojo(name="redeploy")
public class RedeployMojo
- extends DeployMojo
Redeploy a WAR in Tomcat. Deploy with forcing update flag to true
- Author:
- Mark Hobson
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Method Summary |
protected boolean |
isUpdate()
Gets whether Tomcat should automatically undeploy webapps that already exist when deploying. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RedeployMojo
public RedeployMojo()
isUpdate
protected boolean isUpdate()
- Gets whether Tomcat should automatically undeploy webapps that already exist when deploying.
- Overrides:
isUpdate
in class AbstractDeployMojo
- Returns:
- whether Tomcat should automatically undeploy webapps that already exist when deploying
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.