Uses of Class
org.eclipse.jetty.maven.plugin.AbstractWebAppMojo
Package
Description
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
-
Uses of AbstractWebAppMojo in org.eclipse.jetty.maven.plugin
Modifier and TypeClassDescriptionclass
Base class for all goals that operate on unassembled webapps.class
Generate the effective web.xml for a pre-built webapp.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.class
This goal is used to assemble your webapp into a war and automatically deploy it to Jetty.class
This 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.class
This goal is used to run Jetty with any pre-assembled war.class
This goal stops a running instance of jetty.