Uses of Class
org.eclipse.jetty.maven.plugin.AbstractWebAppMojo
Packages that use AbstractWebAppMojo
Package
Description
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
- 
Uses of AbstractWebAppMojo in org.eclipse.jetty.maven.plugin
Subclasses of AbstractWebAppMojo in org.eclipse.jetty.maven.pluginModifier and TypeClassDescriptionclassBase class for all goals that operate on unassembled webapps.classGenerate the effective web.xml for a pre-built webapp.classThis 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.classThis goal is used to assemble your webapp into a war and automatically deploy it to Jetty.classThis goal is similar to the jetty:run goal in that it it starts jetty on an unassembled webapp, EXCEPT that it is designed to be bound to an execution inside your pom.classThis goal is used to run Jetty with any pre-assembled war.classThis goal stops a running instance of jetty.