org.apache.tomcat.maven.plugin.tomcat7.run
Class RunWarOnlyMojo
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
- All Implemented Interfaces:
- ContextEnabled, 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
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 interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunWarOnlyMojo
public RunWarOnlyMojo()
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.