Uses of Class
org.eclipse.jetty.maven.plugin.AbstractUnassembledWebAppMojo
Packages that use AbstractUnassembledWebAppMojo
Package
Description
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
- 
Uses of AbstractUnassembledWebAppMojo in org.eclipse.jetty.maven.plugin
Subclasses of AbstractUnassembledWebAppMojo in org.eclipse.jetty.maven.pluginModifier and TypeClassDescriptionclassGenerate 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 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.