opoopress:wordpress-import
Full name:
org.opoo.press.maven.plugins:opoopress-maven-plugin:1.0-SNAPSHOT:wordpress-import
Description:
Import posts and pages from the XML file that exported from
WordPress.
Attributes:
- Requires a Maven project to be executed.
Optional Parameters
Name |
Type |
Since |
Description |
createSamplePost |
boolean |
- |
(no description) Default value is: true. |
file |
File |
- |
The XML file that exported from WordPress.
|
importAuthor |
boolean |
- |
Set this to 'true' to import author info. Default value is: false. |
importDir |
String |
- |
The directory that imported files to write.
|
importDrafts |
boolean |
- |
Set this to 'true' to import drafts. Default value is: false. |
locale |
String |
- |
(no description)
|
permalinkStyle |
String |
- |
The permalink style of WordPress. Such as
/%year%/%monthnum%/%postname%/%post_id%/.
|
replaceEntries |
Map |
- |
(no description)
|
skipInstall |
boolean |
- |
Set this to 'true' to skip install. Default value is: false. |
Parameter Details
createSamplePost:
(no description)
- Type: boolean
- Required: No
- Expression: ${op.sample.post}
- Default: true
file:
The XML file that exported from WordPress.
- Type: java.io.File
- Required: No
- Expression: ${file}
importAuthor:
Set this to 'true' to import author info.
- Type: boolean
- Required: No
- Expression: ${import-author}
- Default: false
importDir:
The directory that imported files to write.
- Type: java.lang.String
- Required: No
- Expression: ${import-dir}
importDrafts:
Set this to 'true' to import drafts.
- Type: boolean
- Required: No
- Expression: ${import-drafts}
- Default: false
locale:
(no description)
- Type: java.lang.String
- Required: No
- Expression: ${locale}
permalinkStyle:
The permalink style of WordPress. Such as
/%year%/%monthnum%/%postname%/%post_id%/.
- Type: java.lang.String
- Required: No
- Expression: ${permalink-style}
replaceEntries:
(no description)
- Type: java.util.Map
- Required: No
- Expression: ${replace-entries}
skipInstall:
Set this to 'true' to skip install.
- Type: boolean
- Required: No
- Expression: ${op.install.skip}
- Default: false