jetty:stop
Full name:
org.mortbay.jetty:maven-jetty-plugin:6.1.23:stop
Description:
JettyStopMojo - stops a running instance of jetty. The ff are
required: -DstopKey=someKey -DstopPort=somePort
Attributes:
- Requires a Maven 2.0 project to be executed.
Required Parameters
Name |
Type |
Since |
Description |
stopKey
|
String |
- |
Key to provide when stopping jetty on executing java
-DSTOP.KEY=<stopKey> -DSTOP.PORT=<stopPort> -jar
start.jar --stop
|
stopPort
|
int |
- |
Port to listen to stop jetty on sending stop command
|
Parameter Details
stopKey
:
Key to provide when stopping jetty on executing java
-DSTOP.KEY=<stopKey> -DSTOP.PORT=<stopPort> -jar
start.jar --stop
- Type:
java.lang.String
- Required:
Yes
stopPort
:
Port to listen to stop jetty on sending stop command