play2:stop

Full name:

com.google.code.play2-maven-plugin:play2-maven-plugin:1.0.0-beta4:stop

Description:

Stop Play! server ("play stop" equivalent).

Attributes:

  • Requires a Maven project to be executed.
  • Since version: 1.0.0.

Optional Parameters

Name Type Since Description
playVersion String 1.0.0 Used to automatically select one of the "well known" Play! providers if no provider added explicitly as plugin's dependency.
User property is: play2.version.
stopSkip boolean 1.0.0 Skip goal execution
Default value is: false.
User property is: play2.stopSkip.

Parameter Details

playVersion:

Used to automatically select one of the "well known" Play! providers if no provider added explicitly as plugin's dependency.
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: No
  • User Property: play2.version

stopSkip:

Skip goal execution
  • Type: boolean
  • Since: 1.0.0
  • Required: No
  • User Property: play2.stopSkip
  • Default: false