| AbstractJettyMojo |
Common base class for most jetty mojos.
|
| 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.
|
| JettyRunWarMojo |
This goal is used to assemble your webapp into a war and automatically deploy it to Jetty.
|
| JettyWebAppContext |
JettyWebAppContext
Extends the WebAppContext to specialize for the maven environment.
|
| MavenServerConnector |
MavenServerConnector
As the ServerConnector class does not have a no-arg constructor, and moreover requires
the server instance passed in to all its constructors, it cannot
be referenced in the pom.xml.
|
| Overlay |
Overlay
|
| OverlayConfig |
OverlayConfig
|
| ScanPattern |
ScanPattern
Ant-style pattern of includes and excludes.
|
| 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.
|
| ServerSupport |
ServerSupport
Helps configure the Server instance.
|
| SystemProperties |
SystemProperties
Map of name to SystemProperty.
|
| SystemProperty |
SystemProperty
Provides the ability to set System properties
for the mojo execution.
|
| WarPluginInfo |
WarPluginInfo
|