Full name:
com.github.lucapino:confluence-maven-plugin:2.0.0:add-page
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| <basedir> | String | - | The current project base directory. User property is: basedir. |
| <inputFile> | File | - | Text file with page content |
| <pageTitle> | String | - | Page title |
| <parent> | PageDescriptor | - | Page's parent descriptor |
| <url> | String | - | URL pointing to Confluence server, i.e:
|
| <wikiFormat> | Boolean | - | Use wiki format in the template Default value is: false. |
| Name | Type | Since | Description |
|---|---|---|---|
| <announceParameters> | HashMap | - | Map of custom parameters for the release notes. This Map will be
passed to the template. |
| <attachments> | File[] | - | Attachments to add |
| <password> | String | - | Confluence Authentication Password. Default value is: ${scmPassword}. |
| <runOnlyAtExecutionRoot> | boolean | - | This will cause the execution to be run only at the top of a given
module tree. That is, run in the project contained in the same
folder where the mvn execution was launched. Default value is: false. |
| <serverId> | String | - | Server id corresponding to entry within settings.xml |
| <skip> | boolean | - | Returns if this plugin is enabled for this context Default value is: false. |
| <username> | String | - | Confluence Authentication User. Default value is: ${scmUsername}. |
| <verbose> | boolean | - | (no description) Default value is: false. |