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

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

@Mojo(name="run-war",
      requiresDependencyResolution=RUNTIME,
      threadSafe=true)
@Execute(phase=PACKAGE)
public class RunWarMojo
extends AbstractRunWarMojo

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

Author:
Mark Hobson

Field Summary
 
Fields inherited from class org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo
aliases, artifactFactory, artifactResolver, backgroundProcessorDelay, classLoaderClass, contextReloadable, hostName, mavenFileFilter, project, session, skip, useBodyEncodingForURI, useSeparateTomcatClassLoader
 
Fields inherited from class org.apache.tomcat.maven.plugin.tomcat6.AbstractI18NTomcat6Mojo
messagesProvider, path, settings
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
RunWarMojo()
           
 
Method Summary
 
Methods inherited from class org.apache.tomcat.maven.plugin.tomcat6.AbstractRunWarMojo
getContextFile, getDocBase
 
Methods inherited from class org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo
createContext, createWebappLoader, execute, getArtifact, getPath, getProjectArtifacts, getTomcatClassLoader, isContextReloadable, isWar
 
Methods inherited from class org.apache.tomcat.maven.plugin.tomcat6.AbstractI18NTomcat6Mojo
checkTomcatResponse
 
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–2013 The Apache Software Foundation. All rights reserved.