org.apache.tomcat.maven.plugin.tomcat7.run
Class RunWarMojo

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.run.AbstractRunMojo
              extended by org.apache.tomcat.maven.plugin.tomcat7.run.AbstractRunWarMojo
                  extended by org.apache.tomcat.maven.plugin.tomcat7.run.RunWarMojo
All Implemented Interfaces:
ContextEnabled, Mojo

public class RunWarMojo
extends AbstractRunWarMojo

Runs the current project as a packaged web application using an embedded Tomcat server.

Version:
$Id: RunWarMojo.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:
run-war
Requires the dependencies in this specified scope:
runtime

Field Summary
 
Fields inherited from class org.apache.tomcat.maven.plugin.tomcat7.run.AbstractRunMojo
contextReloadable, project, useSeparateTomcatClassLoader
 
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
RunWarMojo()
           
 
Method Summary
 
Methods inherited from class org.apache.tomcat.maven.plugin.tomcat7.run.AbstractRunWarMojo
getContextFile, getDocBase
 
Methods inherited from class org.apache.tomcat.maven.plugin.tomcat7.run.AbstractRunMojo
createContext, createWebappLoader, execute, getPath, getProjectArtifacts, getTomcatClassLoader, isContextReloadable, isWar
 
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

RunWarMojo

public RunWarMojo()


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