Uses of Class
org.mortbay.jetty.plugin.AbstractJettyMojo

Uses of AbstractJettyMojo in org.mortbay.jetty.plugin
 

Subclasses of AbstractJettyMojo in org.mortbay.jetty.plugin
 class JettyDeployWar
           This goal is used to run Jetty with a pre-assembled war.
 class JettyRunMojo
           This goal is used in-situ on a Maven project without first requiring that the project is assembled into a war, saving time during the development cycle.
 class JettyRunWarExplodedMojo
           This goal is used to assemble your webapp into an exploded war and automatically deploy it to Jetty.
 class JettyRunWarMojo
           This goal is used to assemble your webapp into a war and automatically deploy it to Jetty.
 class JettyStartMojo
           This goal is similar to the jetty:run goal, EXCEPT that it is designed to be bound to an execution inside your pom, rather than being run from the command line.
 

Constructors in org.mortbay.jetty.plugin with parameters of type AbstractJettyMojo
ConsoleScanner(AbstractJettyMojo mojo)
           
 



Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.