opoopress:deploy

Full name:

org.opoo.press.maven.plugins:opoopress-maven-plugin:1.0-SNAPSHOT:deploy

Description:

Deploy site/blog to remote or local server.

Attributes:

  • Requires a Maven project to be executed.

Optional Parameters

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.

Parameter Details

chmod:

Whether to run the "chmod" command on the remote site after the deploy. Defaults to "true".
  • Type: boolean
  • Since: 2.1
  • Required: No
  • Expression: ${op.chmod}
  • Default: true

chmodMode:

The mode used by the "chmod" command. Only used if chmod = true. Defaults to "g+w,a+rX".
  • Type: java.lang.String
  • Since: 2.1
  • Required: No
  • Expression: ${op.chmod.mode}
  • Default: g+w,a+rX

chmodOptions:

The options used by the "chmod" command. Only used if chmod = true. Defaults to "-Rf".
  • Type: java.lang.String
  • Since: 2.1
  • Required: No
  • Expression: ${op.chmod.options}
  • Default: -Rf

createSamplePost:

(no description)
  • Type: boolean
  • Required: No
  • Expression: ${op.sample.post}
  • Default: true

locale:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${locale}

skipDeploy:

Set this to 'true' to skip deployment.
  • Type: boolean
  • Required: No
  • Expression: ${op.deploy.skip}
  • Default: false

skipGenerate:

Set this to 'true' to skip generate.
  • Type: boolean
  • Required: No
  • Expression: ${op.generate.skip}
  • Default: false

skipInstall:

Set this to 'true' to skip install.
  • Type: boolean
  • Required: No
  • Expression: ${op.install.skip}
  • Default: false

skipSassCompile:

Set this to 'true' to skip SASS/SCSS compile.
  • Type: boolean
  • Required: No
  • Expression: ${op.sass.compile.skip}
  • Default: false