Class JettyStopMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.eclipse.jetty.ee10.maven.plugin.AbstractWebAppMojo
org.eclipse.jetty.ee10.maven.plugin.JettyStopMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="stop") public class JettyStopMojo extends AbstractWebAppMojo
This goal stops a running instance of jetty. The stopPort and stopKey parameters can be used to configure which jetty to stop.