jetty:stop

Full name:

org.mortbay.jetty:maven-jetty-plugin:6.1H.14.1:stop

Description:

(no description)

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

  • Type: int
  • Required: Yes