| Property |
Optional? |
Description |
| maven.confluence.spaceKey |
No |
The space key to use to publish the blog entry. |
| maven.confluence.baseUrl |
No |
The base URL of the confluence installation to use. |
| maven.confluence.username |
Yes |
The username to use to authenticate with confluence. |
| maven.confluence.password |
Yes |
The password to use to authenticate with confluence. |
| maven.confluence.renderer |
Yes |
The renderer to use. Default value is
classical
. Available values are: classical and hierarchical.
|
| maven.confluence.issue.tracker.key |
Yes |
The shortcut key in confluence towards the issue tracker to use. If not
specified, no link will be generated to the issue tracker system.
|
| maven.confluence.user.profile.link |
Yes |
whether or not a link to the user profile should be added. True by default.
|
| maven.confluence.newsLabels |
Yes |
A comma separated list of labels to add to the blog entry. |
| maven.confluence.create.page |
Yes |
whether or not a new page should be created if the specified page does not exist in the space. False by default.
|