class |
JettyDeployWar |
This goal is used to run Jetty with a pre-assembled war.
|
class |
JettyEffectiveWebXml |
This goal runs the jetty quickstart feature on an unassembled webapp in order to generate
a comprehensive web.xml that combines all information from annotations, webdefault.xml and all web-fragment.xml
files.
|
class |
JettyRunDistro |
This goal is used to deploy the unassembled webapp into a jetty distribution.
|
class |
JettyRunForkedMojo |
This goal is used to deploy your unassembled webapp into a forked JVM.
|
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.
|