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

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.RunWarOnlyMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="run-war-only",
      requiresDependencyResolution=RUNTIME)
public class RunWarOnlyMojo
extends AbstractRunWarMojo

Runs the current project as a packaged web application using an embedded Tomcat server without forking the package cycle.

Author:
vlatombe

Field Summary
 
Fields inherited from class org.apache.tomcat.maven.plugin.tomcat7.run.AbstractRunMojo
aliases, classLoaderClass, contextReloadable, factory, hostName, project, propertiesPortFilePath, resolver, session, skip, 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
RunWarOnlyMojo()
           
 
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, getArtifact, getPath, getProjectArtifacts, getTomcatClassLoader, isContextReloadable, isWar, parseContextFile
 
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

RunWarOnlyMojo

public RunWarOnlyMojo()


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