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

java.lang.Object
  extended by org.apache.tomcat.maven.plugin.tomcat6.RedeployOnlyMojo

@Mojo(name="redeploy-only",
      threadSafe=true)
public class RedeployOnlyMojo
extends Object

Redeploy a WAR in Tomcat without forking the package lifecycle. (Alias for the deploy-only goal with its update parameter set to true.)

Since:
2.1

Constructor Summary
RedeployOnlyMojo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedeployOnlyMojo

public RedeployOnlyMojo()


Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.