Full name:
com.google.code.maven-play-plugin:play-maven-plugin:1.0.0-beta8:start
Description:
Attributes:
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 when starting server without tests. User property is: play.id. |
playTestId | String | 1.0.0 | Play! id (profile) used when starting server with tests. Default value is: test. User property is: play.testId. |
serverJvmArgs | String | 1.0.0 | Additional JVM arguments passed to Play! server's JVM User property is: play.serverJvmArgs. |
startSkip | boolean | 1.0.0 | Allows the server startup to be skipped. Default value is: false. User property is: play.startSkip. |
startSpawn | boolean | 1.0.0 | Spawns started JVM process. See Ant Java task
documentation for details. Default value is: true. User property is: play.startSpawn. |
startSynchro | boolean | 1.0.0 | After starting server wait for "http://localhost:${httpPort}/" URL
to be available. Default value is: false. User property is: play.startSynchro. |
startWithTests | boolean | 1.0.0 | Start server with test profile. Default value is: false. User property is: play.startWithTests. |