play:run
Full name:
com.google.code.maven-play-plugin:play-maven-plugin:1.0.0-beta8:run
Description:
Run Play! server ("play run" equivalent).
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope: test.
- Since version: 1.0.0.
Optional Parameters
Name |
Type |
Since |
Description |
disableCheckJpda |
boolean |
1.0.0 |
Disable the JPDA port checking and force the jpda.port value
(Play!'s "-f" option equivalent). Default value is: false. User property is: play.disableCheckJpda. |
httpPort |
String |
1.0.0 |
Alternative server port. User property is: play.httpPort. |
httpsPort |
String |
1.0.0 |
Alternative server port for secure connection (https protocol). User property is: play.httpsPort. |
playId |
String |
1.0.0 |
Play! id (profile) used. User property is: play.id. |
playTestId |
String |
1.0.0 |
Play! id (profile) used when running server with tests. Default value is: test. User property is: play.testId. |
runFork |
boolean |
1.0.0 |
Run in forked Java process. Default value is: true. User property is: play.runFork. |
runSkip |
boolean |
1.0.0 |
Allows the server startup to be skipped. Default value is: false. User property is: play.runSkip. |
runWithTests |
boolean |
1.0.0 |
Run server with test profile. Default value is: false. User property is: play.runWithTests. |
serverJvmArgs |
String |
1.0.0 |
Additional JVM arguments passed to Play! server's JVM User property is: play.serverJvmArgs. |
Parameter Details
disableCheckJpda:
Disable the JPDA port checking and force the jpda.port value
(Play!'s "-f" option equivalent).
- Type: boolean
- Since: 1.0.0
- Required: No
- User Property: play.disableCheckJpda
- Default: false
httpPort:
Alternative server port.
- Type: java.lang.String
- Since: 1.0.0
- Required: No
- User Property: play.httpPort
httpsPort:
Alternative server port for secure connection (https protocol).
- Type: java.lang.String
- Since: 1.0.0
- Required: No
- User Property: play.httpsPort
playId:
Play! id (profile) used.
- Type: java.lang.String
- Since: 1.0.0
- Required: No
- User Property: play.id
playTestId:
Play! id (profile) used when running server with tests.
- Type: java.lang.String
- Since: 1.0.0
- Required: No
- User Property: play.testId
- Default: test
runFork:
Run in forked Java process.
- Type: boolean
- Since: 1.0.0
- Required: No
- User Property: play.runFork
- Default: true
runSkip:
Allows the server startup to be skipped.
- Type: boolean
- Since: 1.0.0
- Required: No
- User Property: play.runSkip
- Default: false
runWithTests:
Run server with test profile.
- Type: boolean
- Since: 1.0.0
- Required: No
- User Property: play.runWithTests
- Default: false
serverJvmArgs:
Additional JVM arguments passed to Play! server's JVM
- Type: java.lang.String
- Since: 1.0.0
- Required: No
- User Property: play.serverJvmArgs