org.apache.tomcat.maven.plugin.tomcat6
Class RunWarOnlyMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.tomcat.maven.plugin.tomcat6.AbstractI18NTomcat6Mojo
org.apache.tomcat.maven.plugin.tomcat6.AbstractRunMojo
org.apache.tomcat.maven.plugin.tomcat6.AbstractRunWarMojo
org.apache.tomcat.maven.plugin.tomcat6.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 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.