org.apache.tomcat.maven.plugin.tomcat6
Class RunWarMojo
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.RunWarMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
@Mojo(name="run-war",
requiresDependencyResolution=RUNTIME)
@Execute(phase=PACKAGE)
public class RunWarMojo
- extends AbstractRunWarMojo
Runs the current project as a packaged web application using an embedded Tomcat server.
- Author:
- Mark Hobson
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 |
RunWarMojo
public RunWarMojo()
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.