Package | Description |
---|---|
org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
Modifier and Type | Class and Description |
---|---|
class |
JettyDeployWar
This goal is used to run Jetty with a pre-assembled war.
|
class |
JettyEffectiveWebXml
JettyEffectiveWebXml
|
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.
|
Constructor and Description |
---|
ConsoleScanner(AbstractJettyMojo mojo) |
Copyright © 1995-2015 Webtide. All Rights Reserved.