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.
You may also specify the location of a jetty.xml file whose contents will be applied before any plugin configuration.
This can be used, for example, to deploy a static webapp that is not part of your maven build.
There is a reference guide to the configuration parameters for this plugin, and more detailed information
with examples in the Configuration How-To.
|