|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.AbstractMojo org.apache.tomcat.maven.plugin.tomcat7.AbstractTomcat7Mojo org.apache.tomcat.maven.plugin.tomcat7.run.AbstractRunMojo org.apache.tomcat.maven.plugin.tomcat7.run.AbstractRunWarMojo org.apache.tomcat.maven.plugin.tomcat7.run.RunWarOnlyMojo
@Mojo(name="run-war-only", requiresDependencyResolution=RUNTIME) public class RunWarOnlyMojo
Runs the current project as a packaged web application using an embedded Tomcat server without forking the package cycle.
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 |
---|
public RunWarOnlyMojo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |