Uses of Class
org.eclipse.jetty.maven.plugin.JettyRunMojo
-
Packages that use JettyRunMojo Package Description org.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycle -
-
Uses of JettyRunMojo in org.eclipse.jetty.maven.plugin
Subclasses of JettyRunMojo in org.eclipse.jetty.maven.plugin Modifier and Type Class Description class
JettyEffectiveWebXml
This goal runs the jetty quickstart feature on an unassembled webapp in order to generate a comprehensive web.xml that combines all information from annotations, webdefault.xml and all web-fragment.xml files.class
JettyRunDistro
This goal is used to deploy the unassembled webapp into a jetty distribution.class
JettyRunForkedMojo
This goal is used to deploy your unassembled webapp into a forked JVM.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.
-