play2:stop

Full name:

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

Description:

Stop Play! server started in production mode (sbt stop equivalent).

Attributes:

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

Optional Parameters

Name Type Since Description
<mainModule> String 1.0.0 Identifier of the module to stop.

Important in multi-module projects with more than one play2 modules to choose which one should be stopped.
There are three supported formats:
  • artifactId or :artifactId - find first module with given artifactId
  • groupId:artifactId - find module with given groupId and artifactId
If not specified, all reactor modules with play2 packaging will be selected.

User property is: play2.mainModule.
<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

<mainModule>

Identifier of the module to stop.

Important in multi-module projects with more than one play2 modules to choose which one should be stopped.
There are three supported formats:
  • artifactId or :artifactId - find first module with given artifactId
  • groupId:artifactId - find module with given groupId and artifactId
If not specified, all reactor modules with play2 packaging will be selected.
  • Type: java.lang.String
  • Since: 1.0.0
  • Required: No
  • User Property: play2.mainModule

<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