|
Class Summary |
| AbstractJettyMojo |
AbstractJettyMojo |
| ConsoleScanner |
|
| HelpMojo |
Display help information on jetty-maven-plugin. Call |
| JettyDeployWar |
This goal is used to run Jetty with a pre-assembled war. |
| JettyRunForkedMojo |
This goal is used to assemble your webapp into a war and automatically deploy it to Jetty in a forked JVM. |
| 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. |
| JettyRunWarExplodedMojo |
This goal is used to assemble your webapp into an exploded war and automatically deploy it to Jetty. |
| JettyRunWarMojo |
This goal is used to assemble your webapp into a war and automatically deploy it to Jetty. |
| JettyServer |
JettyServer
Maven jetty plugin version of a wrapper for the Server 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. |
| JettyStopMojo |
JettyStopMojo - stops a running instance of jetty. |
| JettyWebAppContext |
JettyWebAppContext
Extends the WebAppContext to specialize for the maven environment. |
| MavenAnnotationConfiguration |
|
| MavenWebInfConfiguration |
|
| Monitor |
Monitor
Listens for stop commands eg via mvn jetty:stop and
causes jetty to stop either by exiting the jvm, or
by stopping the Server instances. |
| PluginLog |
PluginLog
Convenience class to provide access to the plugin
Log for non-mojo classes. |
| ScanTargetPattern |
ScanTargetPattern
Utility class to provide the ability for the mvn jetty:run
mojo to be able to specify filesets of extra files to
regularly scan for changes in order to redeploy the webapp. |
| Starter |
|
| SystemProperties |
SystemProperties
Map of name to SystemProperty. |
| SystemProperty |
SystemProperty
Provides the ability to set System properties
for the mojo execution. |