Full name:
org.opoo.press.maven.plugins:opoopress-maven-plugin:1.0-SNAPSHOT:deploy
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
chmod | boolean | 2.1 | Whether to run the "chmod" command on the remote site after the
deploy. Defaults to "true". Default value is: true. |
chmodMode | String | 2.1 | The mode used by the "chmod" command. Only used if chmod = true.
Defaults to "g+w,a+rX". Default value is: g+w,a+rX. |
chmodOptions | String | 2.1 | The options used by the "chmod" command. Only used if chmod = true.
Defaults to "-Rf". Default value is: -Rf. |
createSamplePost | boolean | - | (no description) Default value is: true. |
locale | String | - | (no description) |
skipDeploy | boolean | - | Set this to 'true' to skip deployment. Default value is: false. |
skipGenerate | boolean | - | Set this to 'true' to skip generate. Default value is: false. |
skipInstall | boolean | - | Set this to 'true' to skip install. Default value is: false. |
skipSassCompile | boolean | - | Set this to 'true' to skip SASS/SCSS compile. Default value is: false. |