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

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.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

Same as run-war goal without forking the package cycle.

Author:
vlatombe

Field Summary
 
Fields inherited from class org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo
aliases, artifactFactory, artifactResolver, backgroundProcessorDelay, classLoaderClass, contextReloadable, hostName, mavenFileFilter, project, session, skip, useSeparateTomcatClassLoader
 
Fields inherited from class org.apache.tomcat.maven.plugin.tomcat6.AbstractI18NTomcat6Mojo
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.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.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-2013 The Apache Software Foundation. All Rights Reserved.