org.mortbay.jetty.plugin |
|
Java Source File Name | Type | Comment |
AbstractJetty6Mojo.java | Class | AbstractJetty6Mojo
Base class for all jetty6 mojos. |
AbstractJettyMojo.java | Class | |
AbstractJettyRunMojo.java | Class | AbstractJettyRunMojo
Base class for all jetty versions for the "run" mojo. |
Jetty6MavenConfiguration.java | Class | |
Jetty6MavenTagLibConfiguration.java | Class | |
Jetty6PluginServer.java | Class | Jetty6PluginServer
Jetty6 version of a wrapper for the Server class. |
Jetty6PluginWebApplication.java | Class | |
Jetty6RunMojo.java | Class |
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.
The plugin forks a parallel lifecycle to ensure that the "compile" phase has been completed before invoking Jetty. |
Jetty6RunWar.java | Class |
This goal is used to assemble your webapp into a war and automatically deploy it to Jetty.
Once invoked, the plugin can be configured to run continuously, scanning for changes in the project and to the
war file and automatically performing a
hot redeploy when necessary. |
Jetty6RunWarExploded.java | Class |
This goal is used to assemble your webapp into an exploded war and automatically deploy it to Jetty.
Once invoked, the plugin can be configured to run continuously, scanning for changes in the pom.xml and
to WEB-INF/web.xml, WEB-INF/classes or WEB-INF/lib and hot redeploy when a change is detected. |
RuntimeDependencyResolver.java | Class | RuntimeDependencyResolver
This class is able to pull down a remote pom, find all of it's
dependencies and transitively resolve them. |